ESPHome  2024.7.2
micronova_text_sensor.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace esphome {
7 namespace 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
void process_value_from_stove(int value_from_stove) override
uint8_t m
Definition: bl0939.h:20
void request_address(uint8_t location, uint8_t address, MicroNovaSensorListener *listener)
Definition: micronova.cpp:65
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7