-
Notifications
You must be signed in to change notification settings - Fork 0
/
maplistUT.json
81 lines (81 loc) · 1.68 KB
/
maplistUT.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"count": 3,
"totalState": 6,
"outages": [
{
"icon": "standard",
"longitude": -111.994,
"latitude": 40.541,
"etr": "Before 04:00 PM on 11/16",
"outCount": 1,
"custOut": 1,
"cause": "Emergency Repair",
"crewStatus": "Crews Notified",
"reported": "03:28 PM on 11/14",
"zip": "84096"
},
{
"icon": "standard",
"longitude": -112.318,
"latitude": 40.61,
"etr": "Before 06:00 AM on 11/16",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "06:52 PM on 11/15",
"zip": "84074"
},
{
"icon": "planned",
"longitude": -111.901,
"latitude": 40.73,
"etr": "Before 03:30 AM on 11/16",
"outCount": 1,
"custOut": 4,
"cause": "Planned Maintenance",
"crewStatus": "Crews Arrived",
"reported": "11:01 PM on 11/15",
"zip": "84115"
}
],
"zips": [
{
"zipCode": "84074",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84096",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84115",
"outCountPlan": 1,
"outCountUnplan": 0,
"custOutPlan": 4,
"custOutUnplan": 0
}
],
"counties": [
{
"countyName": "Salt Lake",
"outCountPlan": 1,
"outCountUnplan": 1,
"custOutPlan": 4,
"custOutUnplan": 1
},
{
"countyName": "Tooele",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
}
]
}