-
Notifications
You must be signed in to change notification settings - Fork 0
/
maplistWY.json
62 lines (62 loc) · 1.25 KB
/
maplistWY.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"count": 2,
"totalState": 23,
"outages": [
{
"icon": "standard",
"longitude": -107.229,
"latitude": 41.788,
"etr": "Before 11:30 AM on 01/07",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Arrived",
"reported": "08:14 AM on 01/07",
"zip": "82301"
},
{
"icon": "standard",
"longitude": -108.762,
"latitude": 42.814,
"etr": "Before 10:30 AM on 01/07",
"outCount": 1,
"custOut": 22,
"cause": "Damaged Equipment",
"crewStatus": "Crews Arrived",
"reported": "07:16 AM on 01/07",
"zip": "82520"
}
],
"zips": [
{
"zipCode": "82301",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "82520",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 22
}
],
"counties": [
{
"countyName": "Carbon",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"countyName": "Fremont",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 22
}
]
}