ESPHome 2025.5.0
Loading...
Searching...
No Matches
hbridge_switch.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::hbridge::HBridgeSwitch
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::hbridge
 

Enumerations

enum  esphome::hbridge::RelayState : uint8_t {
  esphome::hbridge::RELAY_STATE_OFF = 0 , esphome::hbridge::RELAY_STATE_ON = 1 , esphome::hbridge::RELAY_STATE_SWITCHING_ON = 2 , esphome::hbridge::RELAY_STATE_SWITCHING_OFF = 3 ,
  esphome::hbridge::RELAY_STATE_UNKNOWN = 4
}