{{{
#!cplusplus
typedef struct
{
        unsigned char Index;            // address of BL-Ctrl 
        unsigned char Current;
        unsigned char Temperature;      // only valid fpr BL-Ctrl >= V2.0
        unsigned char MaxPWM;
        unsigned char Status;
}  BLData_t;
}}}