Skip to content

Commit bb4a971

Browse files
author
outage-detector
committed
Latest data as of Mon Aug 25 09:21:44 UTC 2025
1 parent 3daf45c commit bb4a971

File tree

2 files changed

+51
-32
lines changed

2 files changed

+51
-32
lines changed

maplistUT.json

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
"reported": "01:55 AM on 08/25",
1515
"zip": "84722"
1616
},
17-
{
18-
"icon": "standard",
19-
"longitude": -110.762,
20-
"latitude": 39.53,
21-
"etr": "Before 03:30 AM on 08/25",
22-
"outCount": 1,
23-
"custOut": 1,
24-
"cause": "Investigating",
25-
"crewStatus": "Crews Arrived",
26-
"reported": "12:32 AM on 08/25",
27-
"zip": "84501"
28-
},
2917
{
3018
"icon": "standard",
3119
"longitude": -111.937,
@@ -38,6 +26,18 @@
3826
"reported": "01:31 AM on 08/25",
3927
"zip": "84633"
4028
},
29+
{
30+
"icon": "standard",
31+
"longitude": -111.802,
32+
"latitude": 40.368,
33+
"etr": "Before 06:00 AM on 08/25",
34+
"outCount": 1,
35+
"custOut": 1,
36+
"cause": "Investigating",
37+
"crewStatus": "Crews Notified",
38+
"reported": "03:10 AM on 08/25",
39+
"zip": "84003"
40+
},
4141
{
4242
"icon": "standard",
4343
"longitude": -112.279,
@@ -124,6 +124,13 @@
124124
}
125125
],
126126
"zips": [
127+
{
128+
"zipCode": "84003",
129+
"outCountPlan": 0,
130+
"outCountUnplan": 1,
131+
"custOutPlan": 0,
132+
"custOutUnplan": 1
133+
},
127134
{
128135
"zipCode": "84036",
129136
"outCountPlan": 0,
@@ -159,13 +166,6 @@
159166
"custOutPlan": 0,
160167
"custOutUnplan": 1
161168
},
162-
{
163-
"zipCode": "84501",
164-
"outCountPlan": 0,
165-
"outCountUnplan": 1,
166-
"custOutPlan": 0,
167-
"custOutUnplan": 1
168-
},
169169
{
170170
"zipCode": "84633",
171171
"outCountPlan": 0,
@@ -182,13 +182,6 @@
182182
}
183183
],
184184
"counties": [
185-
{
186-
"countyName": "Carbon",
187-
"outCountPlan": 0,
188-
"outCountUnplan": 1,
189-
"custOutPlan": 0,
190-
"custOutUnplan": 1
191-
},
192185
{
193186
"countyName": "Salt Lake",
194187
"outCountPlan": 0,
@@ -213,9 +206,9 @@
213206
{
214207
"countyName": "Utah",
215208
"outCountPlan": 0,
216-
"outCountUnplan": 2,
209+
"outCountUnplan": 3,
217210
"custOutPlan": 0,
218-
"custOutUnplan": 2
211+
"custOutUnplan": 3
219212
},
220213
{
221214
"countyName": "Washington",

maplistWY.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"count": 9,
3-
"totalState": 5604,
2+
"count": 10,
3+
"totalState": 5605,
44
"outages": [
55
{
66
"icon": "standard",
@@ -62,11 +62,23 @@
6262
"reported": "09:55 PM on 08/24",
6363
"zip": "82301"
6464
},
65+
{
66+
"icon": "standard",
67+
"longitude": -105.907,
68+
"latitude": 42.869,
69+
"etr": "Before 04:30 PM on 08/25",
70+
"outCount": 1,
71+
"custOut": 1,
72+
"cause": "Emergency Repair",
73+
"crewStatus": "Crews Arrived",
74+
"reported": "02:04 AM on 08/25",
75+
"zip": "82637"
76+
},
6577
{
6678
"icon": "standard",
6779
"longitude": -108.061,
6880
"latitude": 43.254,
69-
"etr": "Before 03:00 AM on 08/25",
81+
"etr": "Before 04:00 AM on 08/25",
7082
"outCount": 1,
7183
"custOut": 1,
7284
"cause": "Investigating",
@@ -78,7 +90,7 @@
7890
"icon": "standard",
7991
"longitude": -108.053,
8092
"latitude": 43.428,
81-
"etr": "Before 03:00 AM on 08/25",
93+
"etr": "Before 04:00 AM on 08/25",
8294
"outCount": 1,
8395
"custOut": 3,
8496
"cause": "Investigating",
@@ -123,6 +135,13 @@
123135
"custOutPlan": 0,
124136
"custOutUnplan": 3
125137
},
138+
{
139+
"zipCode": "82637",
140+
"outCountPlan": 0,
141+
"outCountUnplan": 1,
142+
"custOutPlan": 0,
143+
"custOutUnplan": 1
144+
},
126145
{
127146
"zipCode": "82649",
128147
"outCountPlan": 0,
@@ -139,6 +158,13 @@
139158
"custOutPlan": 0,
140159
"custOutUnplan": 5551
141160
},
161+
{
162+
"countyName": "Converse",
163+
"outCountPlan": 0,
164+
"outCountUnplan": 1,
165+
"custOutPlan": 0,
166+
"custOutUnplan": 1
167+
},
142168
{
143169
"countyName": "Fremont",
144170
"outCountPlan": 0,

0 commit comments

Comments
 (0)