Skip to content

Commit

Permalink
Latest data as of Fri Feb 21 13:32:44 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
outage-detector committed Feb 21, 2025
1 parent 41b4ee3 commit 795eff3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 33 deletions.
30 changes: 2 additions & 28 deletions maplistID.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 2,
"totalState": 2,
"count": 1,
"totalState": 1,
"outages": [
{
"icon": "standard",
Expand All @@ -13,28 +13,9 @@
"crewStatus": "Crews Notified",
"reported": "05:09 AM on 02/21",
"zip": "83444"
},
{
"icon": "standard",
"longitude": -112.485,
"latitude": 44.152,
"etr": "Before 07:30 AM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "02:28 AM on 02/21",
"zip": "83423"
}
],
"zips": [
{
"zipCode": "83423",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "83444",
"outCountPlan": 0,
Expand All @@ -44,13 +25,6 @@
}
],
"counties": [
{
"countyName": "Clark",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"countyName": "Jefferson",
"outCountPlan": 0,
Expand Down
29 changes: 24 additions & 5 deletions maplistUT.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 3,
"totalState": 3,
"count": 4,
"totalState": 4,
"outages": [
{
"icon": "standard",
Expand Down Expand Up @@ -34,9 +34,21 @@
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"crewStatus": "Crews Arrived",
"reported": "04:59 AM on 02/21",
"zip": "84123"
},
{
"icon": "standard",
"longitude": -111.958,
"latitude": 40.715,
"etr": "Before 09:30 AM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "06:26 AM on 02/21",
"zip": "84119"
}
],
"zips": [
Expand All @@ -54,6 +66,13 @@
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84119",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84123",
"outCountPlan": 0,
Expand All @@ -66,9 +85,9 @@
{
"countyName": "Salt Lake",
"outCountPlan": 0,
"outCountUnplan": 1,
"outCountUnplan": 2,
"custOutPlan": 0,
"custOutUnplan": 1
"custOutUnplan": 2
},
{
"countyName": "Tooele",
Expand Down

0 comments on commit 795eff3

Please sign in to comment.