ESPHome 2026.3.0
Loading...
Searching...
No Matches
esphome::micronova::MicroNovaCommand Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ is_write()

bool esphome::micronova::MicroNovaCommand::is_write ( ) const

Definition at line 11 of file micronova.cpp.

Field Documentation

◆ data

uint8_t esphome::micronova::MicroNovaCommand::data

Only used for write commands.

Definition at line 18 of file micronova.h.

◆ memory_address

uint8_t esphome::micronova::MicroNovaCommand::memory_address

Definition at line 17 of file micronova.h.

◆ memory_location

uint8_t esphome::micronova::MicroNovaCommand::memory_location

Definition at line 16 of file micronova.h.


The documentation for this struct was generated from the following files: