From 7650ff4179a658886f03ba2362d33b77836834c8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 13 Aug 2018 12:32:45 -0400 Subject: [PATCH] Change Storage Closet to Front Door The physical controllers got moved, this was easier --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5c77a10..a0079f4 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "doors": { "Studio Space": {"ip": "172.18.51.11", "access": "Studio Space"}, - "Storage Closet": {"ip": "172.18.51.12", "access": "Storage Closet"}, + "Front Door": {"ip": "172.18.51.12", "access": "Front Door"}, "Metal Shop": {"ip": "172.18.51.13", "access": "Metal Shop"}, "Wood Shop": {"ip": "172.18.51.14", "access": "Wood Shop"}, "Wood Shop Rear": {"ip": "172.18.51.15", "access": "Wood Shop"}