diff --git a/maplistUT.json b/maplistUT.json index a24f647e73..5147ae09f3 100644 --- a/maplistUT.json +++ b/maplistUT.json @@ -1,6 +1,6 @@ { - "count": 3, - "totalState": 13, + "count": 2, + "totalState": 2, "outages": [ { "icon": "standard", @@ -25,18 +25,6 @@ "crewStatus": "Crews Arrived", "reported": "04:11 PM on 01/06", "zip": "84121" - }, - { - "icon": "standard", - "longitude": -112.027, - "latitude": 41.468, - "etr": "Before 05:00 AM on 01/07", - "outCount": 1, - "custOut": 11, - "cause": "Investigating", - "crewStatus": "Crews Arrived", - "reported": "11:33 PM on 01/06", - "zip": "84302" } ], "zips": [ @@ -53,23 +41,9 @@ "outCountUnplan": 1, "custOutPlan": 0, "custOutUnplan": 1 - }, - { - "zipCode": "84302", - "outCountPlan": 0, - "outCountUnplan": 1, - "custOutPlan": 0, - "custOutUnplan": 11 } ], "counties": [ - { - "countyName": "Box Elder", - "outCountPlan": 0, - "outCountUnplan": 1, - "custOutPlan": 0, - "custOutUnplan": 11 - }, { "countyName": "Salt Lake", "outCountPlan": 0, diff --git a/maplistWY.json b/maplistWY.json index 106d470c07..fdad1bc015 100644 --- a/maplistWY.json +++ b/maplistWY.json @@ -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": [] }