ESPHome  2024.7.2
micronova_number.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace esphome {
7 namespace micronova {
8 
10  public:
13  void dump_config() override { LOG_NUMBER("", "Micronova number", this); }
14  void control(float value) override;
15  void request_value_from_stove() override {
17  }
18  void process_value_from_stove(int value_from_stove) override;
19 
22 
23  protected:
25 };
26 
27 } // namespace micronova
28 } // namespace esphome
uint8_t l
Definition: bl0939.h:19
void process_value_from_stove(int value_from_stove) override
uint8_t m
Definition: bl0939.h:20
Base-class for all numbers.
Definition: number.h:39
void request_address(uint8_t location, uint8_t address, MicroNovaSensorListener *listener)
Definition: micronova.cpp:65
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
void control(float value) override