|
EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Go to the source code of this file.
Namespaces | |
| EnigmaIoTUpdate | |
Functions | |
| def | EnigmaIoTUpdate.on_connect (client, userdata, flags, rc) |
| def | EnigmaIoTUpdate.on_message (client, userdata, msg) |
| def | EnigmaIoTUpdate.main () |
Variables | |
| EnigmaIoTUpdate.args = None | |
| bool | EnigmaIoTUpdate.sleepyNode = True |
| string | EnigmaIoTUpdate.resultTopic = "/result/#" |
| string | EnigmaIoTUpdate.sleepSetTopic = "/set/sleeptime" |
| string | EnigmaIoTUpdate.sleepResultTopic = "/result/sleeptime" |
| string | EnigmaIoTUpdate.otaSetTopic = "/set/ota" |
| string | EnigmaIoTUpdate.otaResultTopic = "/result/ota" |
| string | EnigmaIoTUpdate.otaOutOfSequenceError = "OTA out of sequence error" |
| string | EnigmaIoTUpdate.otaOK = "OTA finished OK" |
| bool | EnigmaIoTUpdate.otaFinished = False |
| int | EnigmaIoTUpdate.idx = 0 |
| int | EnigmaIoTUpdate.OTA_OUT_OF_SEQUENCE = 4 |
| int | EnigmaIoTUpdate.OTA_FINISHED = 6 |