ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
sy6970_binary_sensor.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::sy6970::StatusBinarySensor< REG, SHIFT, MASK, TRUE_VALUE >
 
class  esphome::sy6970::InverseStatusBinarySensor< REG, SHIFT, MASK, FALSE_VALUE >
 
class  esphome::sy6970::SY6970ChargingBinarySensor
 

Namespaces

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

Typedefs

using esphome::sy6970::SY6970VbusConnectedBinarySensor = InverseStatusBinarySensor<SY6970_REG_STATUS, 5, 0x07, BUS_STATUS_NO_INPUT>
 
using esphome::sy6970::SY6970ChargeDoneBinarySensor = StatusBinarySensor<SY6970_REG_STATUS, 3, 0x03, CHARGE_STATUS_CHARGE_DONE>