Skip to content

Commit

Permalink
Latest data as of Fri Feb 21 15:21:02 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
outage-detector committed Feb 21, 2025
1 parent 33685ff commit 4cfecde
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 33 deletions.
30 changes: 28 additions & 2 deletions maplistID.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 1,
"totalState": 1,
"count": 2,
"totalState": 2,
"outages": [
{
"icon": "standard",
Expand All @@ -13,9 +13,28 @@
"crewStatus": "Crews Arrived",
"reported": "05:09 AM on 02/21",
"zip": "83444"
},
{
"icon": "standard",
"longitude": -112.133,
"latitude": 43.634,
"etr": "Before 11:00 AM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "08:11 AM on 02/21",
"zip": "83402"
}
],
"zips": [
{
"zipCode": "83402",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "83444",
"outCountPlan": 0,
Expand All @@ -25,6 +44,13 @@
}
],
"counties": [
{
"countyName": "Bonneville",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"countyName": "Jefferson",
"outCountPlan": 0,
Expand Down
62 changes: 31 additions & 31 deletions maplistUT.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
"count": 3,
"totalState": 3,
"outages": [
{
"icon": "standard",
"longitude": -111.706,
"latitude": 40.282,
"etr": "Before 08:30 AM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Arrived",
"reported": "05:54 AM on 02/21",
"zip": "84058"
},
{
"icon": "standard",
"longitude": -112.318,
Expand All @@ -26,36 +14,48 @@
"reported": "07:39 AM on 02/21",
"zip": "84074"
},
{
"icon": "planned",
"longitude": -111.882,
"latitude": 40.745,
"etr": "Before 02:00 PM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Planned Maintenance",
"crewStatus": "Crews Arrived",
"reported": "08:08 AM on 02/21",
"zip": "84115"
},
{
"icon": "standard",
"longitude": -112.282,
"latitude": 41.698,
"etr": "Before 10:30 AM on 02/21",
"longitude": -111.899,
"latitude": 41.991,
"etr": "Before 11:00 AM on 02/21",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "07:25 AM on 02/21",
"zip": "84337"
"reported": "08:04 AM on 02/21",
"zip": "84320"
}
],
"zips": [
{
"zipCode": "84058",
"zipCode": "84074",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"zipCode": "84074",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"zipCode": "84115",
"outCountPlan": 1,
"outCountUnplan": 0,
"custOutPlan": 1,
"custOutUnplan": 0
},
{
"zipCode": "84337",
"zipCode": "84320",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
Expand All @@ -64,21 +64,21 @@
],
"counties": [
{
"countyName": "Box Elder",
"countyName": "Cache",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
},
{
"countyName": "Tooele",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
"countyName": "Salt Lake",
"outCountPlan": 1,
"outCountUnplan": 0,
"custOutPlan": 1,
"custOutUnplan": 0
},
{
"countyName": "Utah",
"countyName": "Tooele",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
Expand Down

0 comments on commit 4cfecde

Please sign in to comment.