typedef enum
{
//Meter is powered.
GURUX_EVENT_CODES_POWER_UP = 0x1,
//User has change the time.
GURUX_EVENT_CODES_TIME_CHANGE = 0x2,
//DST status is changed.
GURUX_EVENT_CODES_DST = 0x4,
//Push message is sent.
GURUX_EVENT_CODES_PUSH = 0x8,
//Meter makes auto connect.
GURUX_EVENT_CODES_AUTO_CONNECT = 0x10,
//User has change the password.
GURUX_EVENT_CODES_PASSWORD_CHANGED = 0x20,
//Wrong password tried 3 times.
GURUX_EVENT_CODES_WRONG_PASSWORD = 0x40,
//Disconnect control state is changed.
GURUX_EVENT_CODES_OUTPUT_RELAY_STATE = 0x80,
//User has reset the meter.
GURUX_EVENT_CODES_GLOBAL_METER_RESET = 0x100
} GURUX_EVENT_CODES;
ESW1 is 128 bit if any one event code generate corresebonding bit will set in ESW1 , so i need complete details of bit from 1 to 128bit which event code update which bit
Hi, Please, don't ask the…
Hi,
Please, don't ask the same question again. I have already answered for your question here:
https://gurux.fi/node/26369
BR,
Mikko