#include <powerswitch.h>
Data Fields | |
unsigned char | error |
unsigned char | control |
unsigned char | status |
float | value [15] |
float | temperature [6] |
float | localtemp [3] |
float | limit [6] |
Definition at line 13 of file powerswitch.h.
unsigned char user_data_type::control |
Definition at line 16 of file powerswitch.h.
unsigned char user_data_type::error |
Definition at line 15 of file powerswitch.h.
float user_data_type::limit[6] |
Definition at line 21 of file powerswitch.h.
float user_data_type::localtemp[3] |
Definition at line 20 of file powerswitch.h.
unsigned char user_data_type::status |
Definition at line 17 of file powerswitch.h.
float user_data_type::temperature[6] |
Definition at line 19 of file powerswitch.h.
float user_data_type::value[15] |
Definition at line 18 of file powerswitch.h.