Skip to content

Commit 7290330

Browse files
author
outage-detector
committed
Latest data as of Mon Aug 25 08:50:49 UTC 2025
1 parent 609dbb5 commit 7290330

File tree

1 file changed

+47
-9
lines changed

1 file changed

+47
-9
lines changed

maplistUT.json

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"count": 8,
3-
"totalState": 1234,
2+
"count": 10,
3+
"totalState": 1194,
44
"outages": [
55
{
66
"icon": "standard",
@@ -22,7 +22,7 @@
2222
"outCount": 1,
2323
"custOut": 1,
2424
"cause": "Investigating",
25-
"crewStatus": "Crews Notified",
25+
"crewStatus": "Crews Arrived",
2626
"reported": "12:32 AM on 08/25",
2727
"zip": "84501"
2828
},
@@ -44,7 +44,7 @@
4444
"latitude": 40.538,
4545
"etr": "Before 03:30 AM on 08/25",
4646
"outCount": 1,
47-
"custOut": 182,
47+
"custOut": 140,
4848
"cause": "Pole Fire",
4949
"crewStatus": "Crews Arrived",
5050
"reported": "12:14 AM on 08/25",
@@ -66,14 +66,26 @@
6666
"icon": "standard",
6767
"longitude": -111.804,
6868
"latitude": 40.615,
69-
"etr": "Before 02:30 AM on 08/25",
69+
"etr": "Assessing",
7070
"outCount": 1,
7171
"custOut": 1,
7272
"cause": "Emergency Repair",
7373
"crewStatus": "Crews Notified",
7474
"reported": "11:20 PM on 08/24",
7575
"zip": "84121"
7676
},
77+
{
78+
"icon": "standard",
79+
"longitude": -112.299,
80+
"latitude": 40.625,
81+
"etr": "Before 06:00 AM on 08/25",
82+
"outCount": 1,
83+
"custOut": 1,
84+
"cause": "Investigating",
85+
"crewStatus": "Crews Notified",
86+
"reported": "02:33 AM on 08/25",
87+
"zip": "84074"
88+
},
7789
{
7890
"icon": "standard",
7991
"longitude": -111.824,
@@ -97,6 +109,18 @@
97109
"crewStatus": "Crews Notified",
98110
"reported": "05:29 PM on 08/24",
99111
"zip": "84036"
112+
},
113+
{
114+
"icon": "standard",
115+
"longitude": -111.985,
116+
"latitude": 41.237,
117+
"etr": "Before 06:00 AM on 08/25",
118+
"outCount": 1,
119+
"custOut": 1,
120+
"cause": "Investigating",
121+
"crewStatus": "Crews Notified",
122+
"reported": "02:34 AM on 08/25",
123+
"zip": "84404"
100124
}
101125
],
102126
"zips": [
@@ -110,9 +134,9 @@
110134
{
111135
"zipCode": "84074",
112136
"outCountPlan": 0,
113-
"outCountUnplan": 1,
137+
"outCountUnplan": 2,
114138
"custOutPlan": 0,
115-
"custOutUnplan": 182
139+
"custOutUnplan": 141
116140
},
117141
{
118142
"zipCode": "84093",
@@ -128,6 +152,13 @@
128152
"custOutPlan": 0,
129153
"custOutUnplan": 631
130154
},
155+
{
156+
"zipCode": "84404",
157+
"outCountPlan": 0,
158+
"outCountUnplan": 1,
159+
"custOutPlan": 0,
160+
"custOutUnplan": 1
161+
},
131162
{
132163
"zipCode": "84501",
133164
"outCountPlan": 0,
@@ -175,9 +206,9 @@
175206
{
176207
"countyName": "Tooele",
177208
"outCountPlan": 0,
178-
"outCountUnplan": 1,
209+
"outCountUnplan": 2,
179210
"custOutPlan": 0,
180-
"custOutUnplan": 182
211+
"custOutUnplan": 141
181212
},
182213
{
183214
"countyName": "Utah",
@@ -192,6 +223,13 @@
192223
"outCountUnplan": 1,
193224
"custOutPlan": 0,
194225
"custOutUnplan": 1
226+
},
227+
{
228+
"countyName": "Weber",
229+
"outCountPlan": 0,
230+
"outCountUnplan": 1,
231+
"custOutPlan": 0,
232+
"custOutUnplan": 1
195233
}
196234
]
197235
}

0 commit comments

Comments
 (0)