led works too
This commit is contained in:
@ -16,7 +16,8 @@ configItems = [
|
||||
{"label":"MQTT Password", "key":"mqttPass", "type":"C", "length":32, "default":"geheim123"},
|
||||
{"label":"MQTT ClientId", "key":"mqttClientId", "type":"C", "length":32, "default":"MySwitch1"},
|
||||
{"label":"MQTT Port", "key":"mqttPort", "type":"I", "default":8883},
|
||||
{"label":"MQTT Topic", "key":"mqttTopic", "type":"C", "length":64, "default":"IoT/MySwitch1/Value"},
|
||||
{"label":"MQTT Switch Topic", "key":"mqttSwitchTopic", "type":"C", "length":64, "default":"IoT/MySwitch1/Value"},
|
||||
{"label":"MQTT LED Topic", "key":"mqttLedTopic", "type":"C", "length":64, "default":"IoT/MySwitch1/Led"},
|
||||
{"label":"MQTT DebugTopic", "key":"mqttDebugTopic", "type":"C", "length":64, "default":"IoT/MySwitch1/Debug"},
|
||||
{"label":"DebugMode", "key":"debugMode", "type":"I", "default":0},
|
||||
{"label":"Debounce (us)", "key":"debounce", "type":"I", "default":300},
|
||||
@ -25,7 +26,7 @@ configItems = [
|
||||
]
|
||||
|
||||
|
||||
magic = 0xC0DE0004
|
||||
magic = 0xC0DE0005
|
||||
appName = "ESP8266 based MySwitch"
|
||||
confWifiSsid = "espconfig"
|
||||
|
||||
|
Reference in New Issue
Block a user