Skip to content

Commit 034682f

Browse files
author
outage-detector
committed
Latest data as of Sun Aug 24 21:46:22 UTC 2025
1 parent 48344a9 commit 034682f

File tree

1 file changed

+52
-19
lines changed

1 file changed

+52
-19
lines changed

maplistUT.json

Lines changed: 52 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"count": 12,
3-
"totalState": 1036,
2+
"count": 13,
3+
"totalState": 1039,
44
"outages": [
55
{
66
"icon": "standard",
@@ -86,23 +86,11 @@
8686
"reported": "02:32 PM on 08/24",
8787
"zip": "84109"
8888
},
89-
{
90-
"icon": "standard",
91-
"longitude": -111.844,
92-
"latitude": 40.716,
93-
"etr": "Before 04:30 PM on 08/24",
94-
"outCount": 1,
95-
"custOut": 1,
96-
"cause": "Investigating",
97-
"crewStatus": "Crews Arrived",
98-
"reported": "10:48 AM on 08/24",
99-
"zip": "84106"
100-
},
10189
{
10290
"icon": "standard",
10391
"longitude": -111.825,
10492
"latitude": 40.716,
105-
"etr": "Before 03:30 PM on 08/24",
93+
"etr": "Assessing",
10694
"outCount": 1,
10795
"custOut": 5,
10896
"cause": "Damaged Equipment",
@@ -122,6 +110,30 @@
122110
"reported": "03:11 PM on 08/24",
123111
"zip": "84017, 84036"
124112
},
113+
{
114+
"icon": "standard",
115+
"longitude": -111.944,
116+
"latitude": 41.063,
117+
"etr": "Before 06:30 PM on 08/24",
118+
"outCount": 1,
119+
"custOut": 1,
120+
"cause": "Investigating",
121+
"crewStatus": "Crews Notified",
122+
"reported": "03:38 PM on 08/24",
123+
"zip": "84041"
124+
},
125+
{
126+
"icon": "planned",
127+
"longitude": -112.04,
128+
"latitude": 41.106,
129+
"etr": "Before 08:00 PM on 08/24",
130+
"outCount": 1,
131+
"custOut": 3,
132+
"cause": "Planned Maintenance",
133+
"crewStatus": "Crews Arrived",
134+
"reported": "03:31 PM on 08/24",
135+
"zip": "84015"
136+
},
125137
{
126138
"icon": "standard",
127139
"longitude": -111.926,
@@ -136,6 +148,13 @@
136148
}
137149
],
138150
"zips": [
151+
{
152+
"zipCode": "84015",
153+
"outCountPlan": 1,
154+
"outCountUnplan": 0,
155+
"custOutPlan": 3,
156+
"custOutUnplan": 0
157+
},
139158
{
140159
"zipCode": "84017",
141160
"outCountPlan": 0,
@@ -150,6 +169,13 @@
150169
"custOutPlan": 0,
151170
"custOutUnplan": 771
152171
},
172+
{
173+
"zipCode": "84041",
174+
"outCountPlan": 0,
175+
"outCountUnplan": 1,
176+
"custOutPlan": 0,
177+
"custOutUnplan": 1
178+
},
153179
{
154180
"zipCode": "84095",
155181
"outCountPlan": 2,
@@ -167,9 +193,9 @@
167193
{
168194
"zipCode": "84106",
169195
"outCountPlan": 0,
170-
"outCountUnplan": 2,
196+
"outCountUnplan": 1,
171197
"custOutPlan": 0,
172-
"custOutUnplan": 2
198+
"custOutUnplan": 1
173199
},
174200
{
175201
"zipCode": "84109",
@@ -208,6 +234,13 @@
208234
}
209235
],
210236
"counties": [
237+
{
238+
"countyName": "Davis",
239+
"outCountPlan": 1,
240+
"outCountUnplan": 1,
241+
"custOutPlan": 3,
242+
"custOutUnplan": 1
243+
},
211244
{
212245
"countyName": "Grand",
213246
"outCountPlan": 0,
@@ -225,9 +258,9 @@
225258
{
226259
"countyName": "Salt Lake",
227260
"outCountPlan": 2,
228-
"outCountUnplan": 5,
261+
"outCountUnplan": 4,
229262
"custOutPlan": 13,
230-
"custOutUnplan": 22
263+
"custOutUnplan": 21
231264
},
232265
{
233266
"countyName": "Summit",

0 commit comments

Comments
 (0)