updates to piflow

This commit is contained in:
Nico Melone
2024-11-12 08:39:30 -06:00
parent aa70b37efb
commit 838471b51a
4 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
advvfdipp/.DS_Store vendored

Binary file not shown.

View File

@@ -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"
}

View File

@@ -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"
}