Skip to content

Commit 5b8acea

Browse files
author
outage-detector
committed
Latest data as of Sun Aug 24 21:20:44 UTC 2025
1 parent c0ba961 commit 5b8acea

File tree

2 files changed

+60
-15
lines changed

2 files changed

+60
-15
lines changed

maplistUT.json

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"count": 9,
3-
"totalState": 36,
2+
"count": 10,
3+
"totalState": 1034,
44
"outages": [
55
{
66
"icon": "standard",
@@ -31,8 +31,8 @@
3131
"longitude": -112.031,
3232
"latitude": 40.512,
3333
"etr": "Before 06:00 PM on 08/24",
34-
"outCount": 2,
35-
"custOut": 2,
34+
"outCount": 1,
35+
"custOut": 14,
3636
"cause": "Investigating",
3737
"crewStatus": "Crews Notified",
3838
"reported": "02:23 PM on 08/24",
@@ -50,6 +50,18 @@
5050
"reported": "12:00 PM on 08/24",
5151
"zip": "84095"
5252
},
53+
{
54+
"icon": "standard",
55+
"longitude": -111.843,
56+
"latitude": 40.687,
57+
"etr": "Assessing",
58+
"outCount": 1,
59+
"custOut": 1,
60+
"cause": "Investigating",
61+
"crewStatus": "Crews Notified",
62+
"reported": "03:14 PM on 08/24",
63+
"zip": "84106"
64+
},
5365
{
5466
"icon": "standard",
5567
"longitude": -111.805,
@@ -85,9 +97,35 @@
8597
"crewStatus": "Crews Notified",
8698
"reported": "09:32 AM on 08/24",
8799
"zip": "84109"
100+
},
101+
{
102+
"icon": "standard",
103+
"longitude": -111.177,
104+
"latitude": 40.777,
105+
"etr": "Before 07:30 PM on 08/24",
106+
"outCount": 1,
107+
"custOut": 985,
108+
"cause": "Investigating",
109+
"crewStatus": "Crews Notified",
110+
"reported": "03:11 PM on 08/24",
111+
"zip": "84017, 84036"
88112
}
89113
],
90114
"zips": [
115+
{
116+
"zipCode": "84017",
117+
"outCountPlan": 0,
118+
"outCountUnplan": 1,
119+
"custOutPlan": 0,
120+
"custOutUnplan": 214
121+
},
122+
{
123+
"zipCode": "84036",
124+
"outCountPlan": 0,
125+
"outCountUnplan": 1,
126+
"custOutPlan": 0,
127+
"custOutUnplan": 771
128+
},
91129
{
92130
"zipCode": "84095",
93131
"outCountPlan": 2,
@@ -98,16 +136,16 @@
98136
{
99137
"zipCode": "84096",
100138
"outCountPlan": 0,
101-
"outCountUnplan": 2,
139+
"outCountUnplan": 1,
102140
"custOutPlan": 0,
103-
"custOutUnplan": 2
141+
"custOutUnplan": 14
104142
},
105143
{
106144
"zipCode": "84106",
107145
"outCountPlan": 0,
108-
"outCountUnplan": 1,
146+
"outCountUnplan": 2,
109147
"custOutPlan": 0,
110-
"custOutUnplan": 1
148+
"custOutUnplan": 2
111149
},
112150
{
113151
"zipCode": "84109",
@@ -144,7 +182,14 @@
144182
"outCountPlan": 2,
145183
"outCountUnplan": 5,
146184
"custOutPlan": 13,
147-
"custOutUnplan": 9
185+
"custOutUnplan": 22
186+
},
187+
{
188+
"countyName": "Summit",
189+
"outCountPlan": 0,
190+
"outCountUnplan": 1,
191+
"custOutPlan": 0,
192+
"custOutUnplan": 985
148193
},
149194
{
150195
"countyName": "Utah",

maplistWY.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"count": 4,
3-
"totalState": 29,
3+
"totalState": 63,
44
"outages": [
55
{
66
"icon": "standard",
7-
"longitude": -110.33,
7+
"longitude": -110.212,
88
"latitude": 42.507,
9-
"etr": "Before 06:00 PM on 08/24",
9+
"etr": "Before 07:30 PM on 08/24",
1010
"outCount": 1,
11-
"custOut": 1,
11+
"custOut": 35,
1212
"cause": "Investigating",
1313
"crewStatus": "Crews Notified",
1414
"reported": "02:56 PM on 08/24",
@@ -71,7 +71,7 @@
7171
"outCountPlan": 0,
7272
"outCountUnplan": 1,
7373
"custOutPlan": 0,
74-
"custOutUnplan": 1
74+
"custOutUnplan": 35
7575
}
7676
],
7777
"counties": [
@@ -94,7 +94,7 @@
9494
"outCountPlan": 0,
9595
"outCountUnplan": 1,
9696
"custOutPlan": 0,
97-
"custOutUnplan": 1
97+
"custOutUnplan": 35
9898
}
9999
]
100100
}

0 commit comments

Comments
 (0)