ESPHome 2025.5.0
Loading...
Searching...
No Matches
atm90e32_number.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome {
8namespace atm90e32 {
9
10class ATM90E32Number : public number::Number, public Parented<ATM90E32Component> {
11 public:
12 void control(float value) override { this->publish_state(value); }
13};
14
15} // namespace atm90e32
16} // namespace esphome
Helper class to easily give an object a parent of type T.
Definition helpers.h:538
void control(float value) override
Base-class for all numbers.
Definition number.h:39
void publish_state(float state)
Definition number.cpp:9
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7