ESPHome 2026.5.1
Loading...
Searching...
No Matches
automation.h
Go to the documentation of this file.
1#pragma once
2
4#include "hub.h"
5#include "opentherm.h"
6
8
9class BeforeSendTrigger : public Trigger<OpenthermData &> {
10 public:
14};
15
16class BeforeProcessResponseTrigger : public Trigger<OpenthermData &> {
17 public:
21};
22
23} // namespace esphome::opentherm
void trigger(const Ts &...x) ESPHOME_ALWAYS_INLINE
Definition automation.h:482
void add_on_before_send_callback(F &&callback)
Definition hub.h:162
void add_on_before_process_response_callback(F &&callback)
Definition hub.h:165
Structure to hold Opentherm data packet content.
Definition opentherm.h:183
uint16_t x
Definition tt21100.cpp:5