-
Notifications
You must be signed in to change notification settings - Fork 0
/
maplistID.json
48 lines (48 loc) · 992 Bytes
/
maplistID.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
{
"count": 2,
"totalState": 38,
"outages": [
{
"icon": "standard",
"longitude": -111.979,
"latitude": 42.754,
"etr": "Before 10:30 AM on 01/07",
"outCount": 1,
"custOut": 37,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "08:05 AM on 01/07",
"zip": "83217"
},
{
"icon": "standard",
"longitude": -111.981,
"latitude": 42.853,
"etr": "Before 10:30 AM on 01/07",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "08:27 AM on 01/07",
"zip": "83217"
}
],
"zips": [
{
"zipCode": "83217",
"outCountPlan": 0,
"outCountUnplan": 2,
"custOutPlan": 0,
"custOutUnplan": 38
}
],
"counties": [
{
"countyName": "Caribou",
"outCountPlan": 0,
"outCountUnplan": 2,
"custOutPlan": 0,
"custOutUnplan": 38
}
]
}