Skip to content

Commit b3742c0

Browse files
author
outage-detector
committed
Latest data as of Tue Aug 26 06:51:38 UTC 2025
1 parent 04c18a0 commit b3742c0

File tree

2 files changed

+16
-78
lines changed

2 files changed

+16
-78
lines changed

maplistID.json

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,7 @@
11
{
2-
"count": 1,
3-
"totalState": 22,
4-
"outages": [
5-
{
6-
"icon": "standard",
7-
"longitude": -111.259,
8-
"latitude": 42.226,
9-
"etr": "Before 01:30 AM on 08/26",
10-
"outCount": 1,
11-
"custOut": 22,
12-
"cause": "Investigating",
13-
"crewStatus": "Crews Arrived",
14-
"reported": "10:12 PM on 08/25",
15-
"zip": "83233, 83254"
16-
}
17-
],
18-
"zips": [
19-
{
20-
"zipCode": "83233",
21-
"outCountPlan": 0,
22-
"outCountUnplan": 1,
23-
"custOutPlan": 0,
24-
"custOutUnplan": 1
25-
},
26-
{
27-
"zipCode": "83254",
28-
"outCountPlan": 0,
29-
"outCountUnplan": 1,
30-
"custOutPlan": 0,
31-
"custOutUnplan": 21
32-
}
33-
],
34-
"counties": [
35-
{
36-
"countyName": "Bear Lake",
37-
"outCountPlan": 0,
38-
"outCountUnplan": 1,
39-
"custOutPlan": 0,
40-
"custOutUnplan": 22
41-
}
42-
]
2+
"count": 0,
3+
"totalState": 0,
4+
"outages": [],
5+
"zips": [],
6+
"counties": []
437
}

maplistUT.json

Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
{
22
"count": 10,
3-
"totalState": 171,
3+
"totalState": 201,
44
"outages": [
5-
{
6-
"icon": "standard",
7-
"longitude": -113.067,
8-
"latitude": 37.67,
9-
"etr": "Before 03:30 AM on 08/26",
10-
"outCount": 1,
11-
"custOut": 6,
12-
"cause": "Investigating",
13-
"crewStatus": "Crews Notified",
14-
"reported": "09:32 PM on 08/25",
15-
"zip": "84720"
16-
},
175
{
186
"icon": "standard",
197
"longitude": -110.781,
@@ -42,9 +30,9 @@
4230
"icon": "standard",
4331
"longitude": -111.918,
4432
"latitude": 40.556,
45-
"etr": "Before 03:00 AM on 08/26",
46-
"outCount": 1,
47-
"custOut": 145,
33+
"etr": "Before 04:00 AM on 08/26",
34+
"outCount": 2,
35+
"custOut": 181,
4836
"cause": "Emergency Repair",
4937
"crewStatus": "Crews Arrived",
5038
"reported": "10:22 PM on 08/25",
@@ -78,7 +66,7 @@
7866
"icon": "standard",
7967
"longitude": -111.945,
8068
"latitude": 41.165,
81-
"etr": "Before 12:30 AM on 08/26",
69+
"etr": "Assessing",
8270
"outCount": 1,
8371
"custOut": 1,
8472
"cause": "Damaged Equipment",
@@ -90,10 +78,10 @@
9078
"icon": "standard",
9179
"longitude": -111.946,
9280
"latitude": 41.223,
93-
"etr": "Before 02:30 AM on 08/26",
81+
"etr": "Before 01:00 AM on 08/26",
9482
"outCount": 1,
9583
"custOut": 1,
96-
"cause": "Investigating",
84+
"cause": "Damaged Line",
9785
"crewStatus": "Crews Arrived",
9886
"reported": "05:10 PM on 08/25",
9987
"zip": "84401"
@@ -134,9 +122,9 @@
134122
{
135123
"zipCode": "84095",
136124
"outCountPlan": 0,
137-
"outCountUnplan": 1,
125+
"outCountUnplan": 2,
138126
"custOutPlan": 0,
139-
"custOutUnplan": 145
127+
"custOutUnplan": 181
140128
},
141129
{
142130
"zipCode": "84129",
@@ -179,13 +167,6 @@
179167
"outCountUnplan": 2,
180168
"custOutPlan": 0,
181169
"custOutUnplan": 2
182-
},
183-
{
184-
"zipCode": "84720",
185-
"outCountPlan": 0,
186-
"outCountUnplan": 1,
187-
"custOutPlan": 0,
188-
"custOutUnplan": 6
189170
}
190171
],
191172
"counties": [
@@ -210,19 +191,12 @@
210191
"custOutPlan": 0,
211192
"custOutUnplan": 1
212193
},
213-
{
214-
"countyName": "Iron",
215-
"outCountPlan": 0,
216-
"outCountUnplan": 1,
217-
"custOutPlan": 0,
218-
"custOutUnplan": 6
219-
},
220194
{
221195
"countyName": "Salt Lake",
222196
"outCountPlan": 1,
223-
"outCountUnplan": 1,
197+
"outCountUnplan": 2,
224198
"custOutPlan": 2,
225-
"custOutUnplan": 145
199+
"custOutUnplan": 181
226200
},
227201
{
228202
"countyName": "Weber",

0 commit comments

Comments
 (0)