ESPHome 2025.5.0
Loading...
Searching...
No Matches
kmeteriso.h
Go to the documentation of this file.
1#pragma once
2
7
8namespace esphome {
9namespace kmeteriso {
10
13 public:
16
17 // ========== INTERNAL METHODS ==========
18 // (In most use cases you won't need these)
19 void setup() override;
20 float get_setup_priority() const override;
21 void update() override;
22
23 protected:
31};
32
33} // namespace kmeteriso
34} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:301
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
This class implements support for the KMeterISO thermocouple sensor.
Definition kmeteriso.h:12
enum esphome::kmeteriso::KMeterISOComponent::ErrorCode NONE
void set_temperature_sensor(sensor::Sensor *t)
Definition kmeteriso.h:14
sensor::Sensor * internal_temperature_sensor_
Definition kmeteriso.h:25
void set_internal_temperature_sensor(sensor::Sensor *t)
Definition kmeteriso.h:15
float get_setup_priority() const override
Definition kmeteriso.cpp:52
Base-class for all sensors.
Definition sensor.h:57
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7