mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Setting.h missing description
This commit is contained in:
parent
f7ba0ba95e
commit
1e640b0a09
@ -139,7 +139,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu
|
|||||||
typedef union { // Restricted by MISRA-C Rule 18.4 but so useful...
|
typedef union { // Restricted by MISRA-C Rule 18.4 but so useful...
|
||||||
uint32_t data; // Allow bit manipulation using SetOption
|
uint32_t data; // Allow bit manipulation using SetOption
|
||||||
struct { // SetOption114 .. SetOption145
|
struct { // SetOption114 .. SetOption145
|
||||||
uint32_t mqtt_switches : 1; // bit 0 (V9.0.0.3) Detach Swiches from relays and enable MQTT action state for all the SwitchModes
|
uint32_t mqtt_switches : 1; // bit 0 (V9.0.0.3) - SetOption114 - Detach Swiches from relays and enable MQTT action state for all the SwitchModes
|
||||||
//uint32_t spare00 : 1; // bit 0
|
//uint32_t spare00 : 1; // bit 0
|
||||||
uint32_t spare01 : 1; // bit 1
|
uint32_t spare01 : 1; // bit 1
|
||||||
uint32_t spare02 : 1; // bit 2
|
uint32_t spare02 : 1; // bit 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user