Go to the source code of this file.
#define CAPS_INFO1_DATE 1 |
Definition at line 114 of file protocol.h.
#define CAPS_INFO1_TIME 0 |
Definition at line 113 of file protocol.h.
#define CAPS_INPUTS_SWITCH1 0 |
Definition at line 94 of file protocol.h.
#define CAPS_INPUTS_SWITCH2 1 |
Definition at line 95 of file protocol.h.
#define CAPS_INPUTS_SWITCH3 2 |
Definition at line 96 of file protocol.h.
#define CAPS_INPUTS_SWITCH4 3 |
Definition at line 97 of file protocol.h.
#define CAPS_INPUTS_SWITCH5 4 |
Definition at line 98 of file protocol.h.
#define CAPS_INPUTS_SWITCH6 5 |
Definition at line 99 of file protocol.h.
#define CAPS_INPUTS_SWITCH7 6 |
Definition at line 100 of file protocol.h.
#define CAPS_INPUTS_SWITCH8 7 |
Definition at line 101 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER1 4 |
Definition at line 108 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER2 5 |
Definition at line 109 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER3 6 |
Definition at line 110 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER4 7 |
Definition at line 111 of file protocol.h.
#define CAPS_OUTPUTS_RELAY1 0 |
Definition at line 104 of file protocol.h.
#define CAPS_OUTPUTS_RELAY2 1 |
Definition at line 105 of file protocol.h.
#define CAPS_OUTPUTS_RELAY3 2 |
Definition at line 106 of file protocol.h.
#define CAPS_OUTPUTS_RELAY4 3 |
Definition at line 107 of file protocol.h.
#define CAPS_SENSOR_AIR_PRESSURE 2 |
Definition at line 89 of file protocol.h.
#define CAPS_SENSOR_HUMIDITY 1 |
Definition at line 88 of file protocol.h.
#define CAPS_SENSOR_LIGHT 3 |
Definition at line 90 of file protocol.h.
#define CAPS_SENSOR_PRESENCE 4 |
Definition at line 91 of file protocol.h.
#define CAPS_SENSOR_TEMP 0 |
Definition at line 87 of file protocol.h.
#define EE_MY_ADDR_H 0x00 |
Definition at line 73 of file protocol.h.
#define EE_MY_ADDR_L 0x01 |
Definition at line 74 of file protocol.h.
#define EE_MY_INFO1 0x07 |
Definition at line 82 of file protocol.h.
#define EE_MY_INPUTS 0x05 |
Definition at line 80 of file protocol.h.
#define EE_MY_LAST_PKT_ID_H 0x02 |
Definition at line 76 of file protocol.h.
#define EE_MY_LAST_PKT_ID_L 0x03 |
Definition at line 77 of file protocol.h.
#define EE_MY_OUTPUTS 0x06 |
Definition at line 81 of file protocol.h.
#define EE_MY_SENSORS 0x04 |
Definition at line 79 of file protocol.h.
#define PL_ADDR_RESPONSE 5 |
Definition at line 38 of file protocol.h.
#define PL_CAPS_RESPONSE 4 |
Definition at line 30 of file protocol.h.
#define PL_CHANGE_RESPONSE 9 |
Definition at line 53 of file protocol.h.
#define PL_OTHER_RESPONSE 11 |
Definition at line 66 of file protocol.h.
#define PL_REQ_ADDR 2 |
Definition at line 28 of file protocol.h.
#define PL_REQ_CAPS 3 |
Definition at line 29 of file protocol.h.
#define PL_REQ_INFO1 10 |
Definition at line 63 of file protocol.h.
#define PL_REQ_INFORM_ON_CHANGE 8 |
Definition at line 49 of file protocol.h.
#define PL_REQ_SENSOR 6 |
Definition at line 41 of file protocol.h.
#define PL_SENSOR_RESPONSE 7 |
Definition at line 44 of file protocol.h.
#define PL_SET_ADDR 1 |
Definition at line 25 of file protocol.h.
#define PL_SET_OUTPUT 9 |
Definition at line 58 of file protocol.h.