Skip to content

Commit

Permalink
Latest data as of Sun Sep 29 15:32:23 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
outage-detector committed Sep 29, 2024
1 parent 623efee commit 7c0650d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
39 changes: 34 additions & 5 deletions maplistID.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
{
"count": 0,
"totalState": 0,
"outages": [],
"zips": [],
"counties": []
"count": 1,
"totalState": 1,
"outages": [
{
"icon": "standard",
"longitude": -112.238,
"latitude": 43.887,
"etr": "Assessing",
"outCount": 1,
"custOut": 1,
"cause": "Investigating",
"crewStatus": "Crews Notified",
"reported": "09:29 AM on 09/29",
"zip": "83425"
}
],
"zips": [
{
"zipCode": "83425",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
}
],
"counties": [
{
"countyName": "Jefferson",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 1
}
]
}
39 changes: 5 additions & 34 deletions maplistWY.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
{
"count": 1,
"totalState": 4,
"outages": [
{
"icon": "standard",
"longitude": -106.545,
"latitude": 41.879,
"etr": "Before 10:00 AM on 09/29",
"outCount": 1,
"custOut": 4,
"cause": "Wildlife",
"crewStatus": "Crews Arrived",
"reported": "05:43 AM on 09/29",
"zip": "82327"
}
],
"zips": [
{
"zipCode": "82327",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 4
}
],
"counties": [
{
"countyName": "Carbon",
"outCountPlan": 0,
"outCountUnplan": 1,
"custOutPlan": 0,
"custOutUnplan": 4
}
]
"count": 0,
"totalState": 0,
"outages": [],
"zips": [],
"counties": []
}

0 comments on commit 7c0650d

Please sign in to comment.