Skip to content

Commit ae96032

Browse files
author
outage-detector
committed
Latest data as of Tue Aug 26 08:38:41 UTC 2025
1 parent 77d291f commit ae96032

File tree

2 files changed

+54
-30
lines changed

2 files changed

+54
-30
lines changed

maplistID.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
{
2-
"count": 0,
3-
"totalState": 0,
4-
"outages": [],
5-
"zips": [],
6-
"counties": []
2+
"count": 1,
3+
"totalState": 1,
4+
"outages": [
5+
{
6+
"icon": "standard",
7+
"longitude": -112.133,
8+
"latitude": 43.634,
9+
"etr": "Before 05:00 AM on 08/26",
10+
"outCount": 1,
11+
"custOut": 1,
12+
"cause": "Investigating",
13+
"crewStatus": "Crews Notified",
14+
"reported": "02:24 AM on 08/26",
15+
"zip": "83402"
16+
}
17+
],
18+
"zips": [
19+
{
20+
"zipCode": "83402",
21+
"outCountPlan": 0,
22+
"outCountUnplan": 1,
23+
"custOutPlan": 0,
24+
"custOutUnplan": 1
25+
}
26+
],
27+
"counties": [
28+
{
29+
"countyName": "Bonneville",
30+
"outCountPlan": 0,
31+
"outCountUnplan": 1,
32+
"custOutPlan": 0,
33+
"custOutUnplan": 1
34+
}
35+
]
736
}

maplistUT.json

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"count": 13,
3-
"totalState": 316,
2+
"count": 12,
3+
"totalState": 422,
44
"outages": [
55
{
66
"icon": "standard",
7-
"longitude": -113.758,
8-
"latitude": 37.344,
7+
"longitude": -113.754,
8+
"latitude": 37.243,
99
"etr": "Before 05:00 AM on 08/26",
1010
"outCount": 1,
11-
"custOut": 1,
11+
"custOut": 15,
1212
"cause": "Investigating",
1313
"crewStatus": "Crews Notified",
1414
"reported": "02:11 AM on 08/26",
@@ -32,23 +32,11 @@
3232
"latitude": 39.109,
3333
"etr": "Before 05:00 AM on 08/26",
3434
"outCount": 1,
35-
"custOut": 1,
35+
"custOut": 94,
3636
"cause": "Investigating",
3737
"crewStatus": "Crews Notified",
3838
"reported": "01:58 AM on 08/26",
39-
"zip": "84636"
40-
},
41-
{
42-
"icon": "standard",
43-
"longitude": -112.262,
44-
"latitude": 39.11,
45-
"etr": "Before 05:00 AM on 08/26",
46-
"outCount": 1,
47-
"custOut": 1,
48-
"cause": "Investigating",
49-
"crewStatus": "Crews Notified",
50-
"reported": "02:11 AM on 08/26",
51-
"zip": "84636"
39+
"zip": "84631, 84636"
5240
},
5341
{
5442
"icon": "standard",
@@ -226,18 +214,25 @@
226214
"custOutUnplan": 18
227215
},
228216
{
229-
"zipCode": "84636",
217+
"zipCode": "84631",
230218
"outCountPlan": 0,
231-
"outCountUnplan": 2,
219+
"outCountUnplan": 1,
232220
"custOutPlan": 0,
233221
"custOutUnplan": 2
234222
},
223+
{
224+
"zipCode": "84636",
225+
"outCountPlan": 0,
226+
"outCountUnplan": 1,
227+
"custOutPlan": 0,
228+
"custOutUnplan": 92
229+
},
235230
{
236231
"zipCode": "84733",
237232
"outCountPlan": 0,
238233
"outCountUnplan": 1,
239234
"custOutPlan": 0,
240-
"custOutUnplan": 1
235+
"custOutUnplan": 15
241236
}
242237
],
243238
"counties": [
@@ -265,9 +260,9 @@
265260
{
266261
"countyName": "Millard",
267262
"outCountPlan": 0,
268-
"outCountUnplan": 2,
263+
"outCountUnplan": 1,
269264
"custOutPlan": 0,
270-
"custOutUnplan": 2
265+
"custOutUnplan": 94
271266
},
272267
{
273268
"countyName": "Salt Lake",
@@ -295,7 +290,7 @@
295290
"outCountPlan": 0,
296291
"outCountUnplan": 1,
297292
"custOutPlan": 0,
298-
"custOutUnplan": 1
293+
"custOutUnplan": 15
299294
},
300295
{
301296
"countyName": "Weber",

0 commit comments

Comments
 (0)