ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::binary_sensor_map::BinarySensorMapChannel Struct Reference

#include <binary_sensor_map.h>

Data Fields

binary_sensor::BinarySensorbinary_sensor
 
union { 
 
   float   sensor_value 
 
   struct { 
 
      float   given_true 
 
      float   given_false 
 
   }   probabilities 
 
parameters 
 

Detailed Description

Definition at line 18 of file binary_sensor_map.h.

Field Documentation

◆ binary_sensor

binary_sensor::BinarySensor* esphome::binary_sensor_map::BinarySensorMapChannel::binary_sensor

Definition at line 19 of file binary_sensor_map.h.

◆ given_false

float esphome::binary_sensor_map::BinarySensorMapChannel::given_false

Definition at line 24 of file binary_sensor_map.h.

◆ given_true

float esphome::binary_sensor_map::BinarySensorMapChannel::given_true

Definition at line 23 of file binary_sensor_map.h.

◆ [union]

union { ... } esphome::binary_sensor_map::BinarySensorMapChannel::parameters

◆ [struct]

struct { ... } esphome::binary_sensor_map::BinarySensorMapChannel::probabilities

◆ sensor_value

float esphome::binary_sensor_map::BinarySensorMapChannel::sensor_value

Definition at line 21 of file binary_sensor_map.h.


The documentation for this struct was generated from the following file: