ED15117
33
hvac_t
chlr_op_mode;
struct{
unsigned in_alarm :1;
// offset 0
unsigned run_enabled :1;
// offset 1
unsigned local :1;
// offset 2
unsigned limited :1;
// offset 3
unsigned chw_flow :1;
// offset 4
unsigned condw_flow :1;
// offset 5
/* The last two bits (offset 6) are not defined */
}
chlr_state;
} SNVT_chlr_status;