|
ESPHome 2026.3.0
|
Represents a command to be sent to the stove Write commands have the high bit (0x80) set in memory_location. More...
#include <micronova.h>
Public Member Functions | |
| bool | is_write () const |
Data Fields | |
| uint8_t | memory_location |
| uint8_t | memory_address |
| uint8_t | data |
| Only used for write commands. | |
Represents a command to be sent to the stove Write commands have the high bit (0x80) set in memory_location.
Definition at line 15 of file micronova.h.
| bool esphome::micronova::MicroNovaCommand::is_write | ( | ) | const |
Definition at line 11 of file micronova.cpp.
| uint8_t esphome::micronova::MicroNovaCommand::data |
Only used for write commands.
Definition at line 18 of file micronova.h.
| uint8_t esphome::micronova::MicroNovaCommand::memory_address |
Definition at line 17 of file micronova.h.
| uint8_t esphome::micronova::MicroNovaCommand::memory_location |
Definition at line 16 of file micronova.h.