diff --git a/.DS_Store b/.DS_Store index 90c1448..8fe1954 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/advvfdipp/.DS_Store b/advvfdipp/.DS_Store index 00e2fb6..0ffae7a 100644 Binary files a/advvfdipp/.DS_Store and b/advvfdipp/.DS_Store differ diff --git a/piflow/PiFlow.py b/piflow/PiFlow.py index 60afca6..a6c1188 100644 --- a/piflow/PiFlow.py +++ b/piflow/PiFlow.py @@ -119,7 +119,7 @@ class start(threading.Thread, deviceBase): deviceMap = json.load(dm) with open("provision.json", "w+") as creds: p = { - "deviceName": deviceMap[mac], + "deviceName": deviceMap[mac.lower()], "provisionDeviceKey": "509hpmpppl1bz8scficf", "provisionDeviceSecret": "1qgo53a6b0vg36n8ll1t" } diff --git a/piflow/deviceMap.json b/piflow/deviceMap.json index fa7dc7c..1db8366 100644 --- a/piflow/deviceMap.json +++ b/piflow/deviceMap.json @@ -288,5 +288,6 @@ "00:00:01:00:00:23": "Kelly #1", "00:00:01:00:00:24": "Kelly #2", "00:00:01:00:00:25": "Kelly #3", - "02:42:ac:11:00:04": "RPi Test Device" + "02:42:ac:11:00:04": "RPi Test Device", + "b8:27:eb:d6:9e:0d": "piflow test" } \ No newline at end of file