Skip to content

Commit

Permalink
Latest data as of Sun Sep 29 12:54:18 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
outage-detector committed Sep 29, 2024
1 parent 45d170c commit 67acc3e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
30 changes: 28 additions & 2 deletions maplistUT.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"count": 2,
"totalState": 23,
"count": 3,
"totalState": 24,
"outages": [
{
"icon": "standard",
"longitude": -111.802,
"latitude": 40.441,
"etr": "Before 09:30 AM on 09/29",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "06:35 AM on 09/29",
"zip": "84003"
},
{
"icon": "standard",
"longitude": -109.525,
Expand All @@ -28,6 +40,13 @@
}
],
"zips": [
{
"zipCode": "84003",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84078",
"outCountPlan": 0,
Expand Down Expand Up @@ -57,6 +76,13 @@
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 22
},
{
"countyName": "Utah",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
}
]
}
8 changes: 4 additions & 4 deletions maplistWY.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"count": 1,
"totalState": 1,
"totalState": 4,
"outages": [
{
"icon": "standard",
"longitude": -106.545,
"latitude": 41.879,
"etr": "Before 09:00 AM on 09/29",
"outCount": 1,
"custOut": 1,
"custOut": 4,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "05:43 AM on 09/29",
Expand All @@ -21,7 +21,7 @@
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 4
}
],
"counties": [
Expand All @@ -30,7 +30,7 @@
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 4
}
]
}

0 comments on commit 67acc3e

Please sign in to comment.