-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest data as of Tue Jan 7 09:21:09 UTC 2025
- Loading branch information
outage-detector
committed
Jan 7, 2025
1 parent
396f0da
commit 7bcb5e2
Showing
2 changed files
with
7 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,7 @@ | ||
{ | ||
"count": 1, | ||
"totalState": 1, | ||
"outages": [ | ||
{ | ||
"icon": "standard", | ||
"longitude": -105.907, | ||
"latitude": 42.869, | ||
"etr": "Before 05:00 AM on 01/07", | ||
"outCount": 1, | ||
"custOut": 1, | ||
"cause": "Investigating", | ||
"crewStatus": "Crews Notified", | ||
"reported": "01:33 AM on 01/07", | ||
"zip": "82637" | ||
} | ||
], | ||
"zips": [ | ||
{ | ||
"zipCode": "82637", | ||
"outCountPlan": 0, | ||
"outCountUnplan": 1, | ||
"custOutPlan": 0, | ||
"custOutUnplan": 1 | ||
} | ||
], | ||
"counties": [ | ||
{ | ||
"countyName": "Converse", | ||
"outCountPlan": 0, | ||
"outCountUnplan": 1, | ||
"custOutPlan": 0, | ||
"custOutUnplan": 1 | ||
} | ||
] | ||
"count": 0, | ||
"totalState": 0, | ||
"outages": [], | ||
"zips": [], | ||
"counties": [] | ||
} |