Skip to content

Commit

Permalink
Latest data as of Sun Sep 29 14:32:31 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
outage-detector committed Sep 29, 2024
1 parent 74927ab commit 19f2f1f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 31 deletions.
75 changes: 47 additions & 28 deletions maplistUT.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
{
"count": 5,
"totalState": 15,
"count": 6,
"totalState": 20,
"outages": [
{
"icon": "standard",
"longitude": -111.858,
"latitude": 40.368,
"etr": "Before 10:00 AM on 09/29",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "06:53 AM on 09/29",
"zip": "84043"
},
{
"icon": "standard",
"longitude": -111.936,
Expand All @@ -22,7 +10,7 @@
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"crewStatus": "Crews Arrived",
"reported": "07:57 AM on 09/29",
"zip": "84065"
},
Expand All @@ -38,6 +26,18 @@
"reported": "06:20 AM on 09/29",
"zip": "84118"
},
{
"icon": "standard",
"longitude": -112.091,
"latitude": 40.699,
"etr": "Before 11:30 AM on 09/29",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "08:26 AM on 09/29",
"zip": "84044"
},
{
"icon": "standard",
"longitude": -112.053,
Expand All @@ -46,17 +46,29 @@
"outCount": 1,
"custOut": 11,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"crewStatus": "Crews Arrived",
"reported": "07:58 AM on 09/29",
"zip": "84128"
},
{
"icon": "planned",
"longitude": -111.885,
"latitude": 40.977,
"etr": "Before 02:30 PM on 09/29",
"outCount": 1,
"custOut": 1,
"cause": "Planned Maintenance",
"crewStatus": "Crews Arrived",
"reported": "08:22 AM on 09/29",
"zip": "84025"
},
{
"icon": "standard",
"longitude": -111.816,
"latitude": 41.572,
"etr": "Before 10:30 AM on 09/29",
"outCount": 1,
"custOut": 1,
"custOut": 5,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "07:39 AM on 09/29",
Expand All @@ -65,7 +77,14 @@
],
"zips": [
{
"zipCode": "84043",
"zipCode": "84025",
"outCountPlan": 1,
"outCountUnplan": 0,
"custOutPlan": 1,
"custOutUnplan": 0
},
{
"zipCode": "84044",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
Expand Down Expand Up @@ -97,7 +116,7 @@
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 5
}
],
"counties": [
Expand All @@ -106,21 +125,21 @@
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 5
},
{
"countyName": "Salt Lake",
"outCountPlan": 0,
"outCountUnplan": 3,
"custOutPlan": 0,
"custOutUnplan": 13
"countyName": "Davis",
"outCountPlan": 1,
"outCountUnplan": 0,
"custOutPlan": 1,
"custOutUnplan": 0
},
{
"countyName": "Utah",
"countyName": "Salt Lake",
"outCountPlan": 0,
"outCountUnplan": 1,
"outCountUnplan": 4,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 14
}
]
}
6 changes: 3 additions & 3 deletions maplistWY.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"icon": "standard",
"longitude": -106.545,
"latitude": 41.879,
"etr": "Before 09:00 AM on 09/29",
"etr": "Before 10:00 AM on 09/29",
"outCount": 1,
"custOut": 4,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"cause": "Wildlife",
"crewStatus": "Crews Arrived",
"reported": "05:43 AM on 09/29",
"zip": "82327"
}
Expand Down

0 comments on commit 19f2f1f

Please sign in to comment.