Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
state_errors_t Union Reference

State errors: collection of errors that influence the switch behaviour. More...

#include <cs_Packets.h>

Public Attributes

struct {
   bool   overCurrent: 1
 
   bool   overCurrentDimmer: 1
 
   bool   chipTemp: 1
 
   bool   dimmerTemp: 1
 
   bool   dimmerOn: 1
 
   bool   dimmerOff: 1
 
errors
 
uint32_t asInt
 

Detailed Description

State errors: collection of errors that influence the switch behaviour.

Member Data Documentation

◆ asInt

uint32_t state_errors_t::asInt

◆ chipTemp

bool state_errors_t::chipTemp

◆ dimmerOff

bool state_errors_t::dimmerOff

◆ dimmerOn

bool state_errors_t::dimmerOn

◆ dimmerTemp

bool state_errors_t::dimmerTemp

◆ 

struct { ... } state_errors_t::errors

◆ overCurrent

bool state_errors_t::overCurrent

◆ overCurrentDimmer

bool state_errors_t::overCurrentDimmer

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