ESPHome 2025.5.0
Loading...
Searching...
No Matches
micronova_text_sensor.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace micronova {
8
10 public:
12 void dump_config() override { LOG_TEXT_SENSOR("", "Micronova text sensor", this); }
13 void request_value_from_stove() override {
15 }
16 void process_value_from_stove(int value_from_stove) override;
17};
18
19} // namespace micronova
20} // namespace esphome
uint8_t m
Definition bl0906.h:1
void request_address(uint8_t location, uint8_t address, MicroNovaSensorListener *listener)
Definition micronova.cpp:65
void process_value_from_stove(int value_from_stove) override
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7