mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Refactor TuyaLECommandType enum in tuya.h
This commit is contained in:
parent
645c8eb7c6
commit
42d65baabb
1 changed files with 0 additions and 7 deletions
|
@ -54,13 +54,6 @@ enum class TuyaCommandType : uint8_t {
|
|||
DP_CACHE = 0x10
|
||||
};
|
||||
|
||||
enum class TuyaLECommandType : uint8_t {
|
||||
HEARTBEAT = 0x00,
|
||||
PRODUCT_QUERY = 0x01,
|
||||
WIFI_STATE = 0x02,
|
||||
DATAPOINT_REPORT = 0x05
|
||||
};
|
||||
|
||||
enum class TuyaExtendedServicesCommandType : uint8_t {
|
||||
RESET_NOTIFICATION = 0x04,
|
||||
MODULE_RESET = 0x05,
|
||||
|
|
Loading…
Reference in a new issue