Revert ESP-MQTT (#508)
* Revert ESP-MQTT * Revert ESP-MQTT * Update sdkconfig.defaults
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
#pragma once
|
||||
|
||||
#define mqtt_topic_lock_action "/lock/action"
|
||||
#define mqtt_topic_lock_status_updated "/lock/statusUpdated"
|
||||
#define mqtt_topic_lock_state "/lock/state"
|
||||
#define mqtt_topic_lock_ha_state "/lock/hastate"
|
||||
#define mqtt_topic_lock_json "/lock/json"
|
||||
#define mqtt_topic_lock_binary_state "/lock/binaryState"
|
||||
#define mqtt_topic_lock_continuous_mode "/lock/continuousMode"
|
||||
#define mqtt_topic_lock_ring "/lock/ring"
|
||||
#define mqtt_topic_lock_binary_ring "/lock/binaryRing"
|
||||
#define mqtt_topic_lock_trigger "/lock/trigger"
|
||||
#define mqtt_topic_lock_last_lock_action "/lock/lastLockAction"
|
||||
#define mqtt_topic_lock_log "/lock/log"
|
||||
#define mqtt_topic_lock_log_latest "/lock/shortLog"
|
||||
#define mqtt_topic_lock_log_rolling "/lock/rollingLog"
|
||||
#define mqtt_topic_lock_log_rolling_last "/lock/lastRollingLog"
|
||||
#define mqtt_topic_lock_auth_id "/lock/authorizationId"
|
||||
#define mqtt_topic_lock_auth_name "/lock/authorizationName"
|
||||
#define mqtt_topic_lock_completionStatus "/lock/completionStatus"
|
||||
#define mqtt_topic_lock_action_command_result "/lock/commandResult"
|
||||
#define mqtt_topic_lock_door_sensor_state "/lock/doorSensorState"
|
||||
#define mqtt_topic_lock_rssi "/lock/rssi"
|
||||
#define mqtt_topic_lock_address "/lock/address"
|
||||
#define mqtt_topic_lock_retry "/lock/retry"
|
||||
#define mqtt_topic_lock_action "/action"
|
||||
#define mqtt_topic_lock_status_updated "/statusUpdated"
|
||||
#define mqtt_topic_lock_state "/state"
|
||||
#define mqtt_topic_lock_ha_state "/hastate"
|
||||
#define mqtt_topic_lock_json "/json"
|
||||
#define mqtt_topic_lock_binary_state "/binaryState"
|
||||
#define mqtt_topic_lock_continuous_mode "/continuousMode"
|
||||
#define mqtt_topic_lock_ring "/ring"
|
||||
#define mqtt_topic_lock_binary_ring "/binaryRing"
|
||||
#define mqtt_topic_lock_trigger "/trigger"
|
||||
#define mqtt_topic_lock_last_lock_action "/lastLockAction"
|
||||
#define mqtt_topic_lock_log "/log"
|
||||
#define mqtt_topic_lock_log_latest "/shortLog"
|
||||
#define mqtt_topic_lock_log_rolling "/rollingLog"
|
||||
#define mqtt_topic_lock_log_rolling_last "/lastRollingLog"
|
||||
#define mqtt_topic_lock_auth_id "/authorizationId"
|
||||
#define mqtt_topic_lock_auth_name "/authorizationName"
|
||||
#define mqtt_topic_lock_completionStatus "/completionStatus"
|
||||
#define mqtt_topic_lock_action_command_result "/commandResult"
|
||||
#define mqtt_topic_lock_door_sensor_state "/doorSensorState"
|
||||
#define mqtt_topic_lock_rssi "/rssi"
|
||||
#define mqtt_topic_lock_address "/address"
|
||||
#define mqtt_topic_lock_retry "/retry"
|
||||
|
||||
#define mqtt_topic_official_lock_action "/lockAction"
|
||||
//#define mqtt_topic_official_mode "/mode"
|
||||
@@ -49,11 +49,11 @@
|
||||
#define mqtt_topic_config_single_lock "/configuration/singleLock"
|
||||
#define mqtt_topic_config_sound_level "/configuration/soundLevel"
|
||||
|
||||
#define mqtt_topic_query_config "/lock/query/config"
|
||||
#define mqtt_topic_query_lockstate "/lock/query/lockstate"
|
||||
#define mqtt_topic_query_keypad "/lock/query/keypad"
|
||||
#define mqtt_topic_query_battery "/lock/query/battery"
|
||||
#define mqtt_topic_query_lockstate_command_result "/lock/query/lockstateCommandResult"
|
||||
#define mqtt_topic_query_config "/query/config"
|
||||
#define mqtt_topic_query_lockstate "/query/lockstate"
|
||||
#define mqtt_topic_query_keypad "/query/keypad"
|
||||
#define mqtt_topic_query_battery "/query/battery"
|
||||
#define mqtt_topic_query_lockstate_command_result "/query/lockstateCommandResult"
|
||||
|
||||
#define mqtt_topic_battery_level "/battery/level"
|
||||
#define mqtt_topic_battery_critical "/battery/critical"
|
||||
@@ -110,9 +110,7 @@
|
||||
#define mqtt_topic_restart_reason_esp "/maintenance/restartReasonNukiEsp"
|
||||
#define mqtt_topic_mqtt_connection_state "/maintenance/mqttConnectionState"
|
||||
#define mqtt_topic_network_device "/maintenance/networkDevice"
|
||||
#define mqtt_hybrid_state "/maintenance/hybridConnected"
|
||||
|
||||
#define mqtt_topic_presence "/presence/devices"
|
||||
#define mqtt_hybrid_state "/hybridConnected"
|
||||
|
||||
#define mqtt_topic_gpio_prefix "/gpio"
|
||||
#define mqtt_topic_gpio_pin "/pin_"
|
||||
|
||||
Reference in New Issue
Block a user