ESPHome 2025.5.0
Loading...
Searching...
No Matches
micronova_number.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace 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 bl0906.h:0
uint8_t m
Definition bl0906.h:1
void request_address(uint8_t location, uint8_t address, MicroNovaSensorListener *listener)
Definition micronova.cpp:65
void control(float value) override
void process_value_from_stove(int value_from_stove) override
Base-class for all numbers.
Definition number.h:39
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7