diff --git a/maplistUT.json b/maplistUT.json index c70672d5d5..8a14adde45 100644 --- a/maplistUT.json +++ b/maplistUT.json @@ -1,7 +1,19 @@ { - "count": 2, - "totalState": 23, + "count": 3, + "totalState": 24, "outages": [ + { + "icon": "standard", + "longitude": -111.802, + "latitude": 40.441, + "etr": "Before 09:30 AM on 09/29", + "outCount": 1, + "custOut": 1, + "cause": "Investigating", + "crewStatus": "Crews Notified", + "reported": "06:35 AM on 09/29", + "zip": "84003" + }, { "icon": "standard", "longitude": -109.525, @@ -28,6 +40,13 @@ } ], "zips": [ + { + "zipCode": "84003", + "outCountPlan": 0, + "outCountUnplan": 1, + "custOutPlan": 0, + "custOutUnplan": 1 + }, { "zipCode": "84078", "outCountPlan": 0, @@ -57,6 +76,13 @@ "outCountUnplan": 1, "custOutPlan": 0, "custOutUnplan": 22 + }, + { + "countyName": "Utah", + "outCountPlan": 0, + "outCountUnplan": 1, + "custOutPlan": 0, + "custOutUnplan": 1 } ] } diff --git a/maplistWY.json b/maplistWY.json index 43fb7d11d4..0a192a3ed6 100644 --- a/maplistWY.json +++ b/maplistWY.json @@ -1,6 +1,6 @@ { "count": 1, - "totalState": 1, + "totalState": 4, "outages": [ { "icon": "standard", @@ -8,7 +8,7 @@ "latitude": 41.879, "etr": "Before 09:00 AM on 09/29", "outCount": 1, - "custOut": 1, + "custOut": 4, "cause": "Investigating", "crewStatus": "Crews Notified", "reported": "05:43 AM on 09/29", @@ -21,7 +21,7 @@ "outCountPlan": 0, "outCountUnplan": 1, "custOutPlan": 0, - "custOutUnplan": 1 + "custOutUnplan": 4 } ], "counties": [ @@ -30,7 +30,7 @@ "outCountPlan": 0, "outCountUnplan": 1, "custOutPlan": 0, - "custOutUnplan": 1 + "custOutUnplan": 4 } ] }