Go to the source code of this file.
#define CAPS_INPUTS_SWITCH1 0 |
Definition at line 72 of file protocol.h.
#define CAPS_INPUTS_SWITCH2 1 |
Definition at line 73 of file protocol.h.
#define CAPS_INPUTS_SWITCH3 2 |
Definition at line 74 of file protocol.h.
#define CAPS_INPUTS_SWITCH4 3 |
Definition at line 75 of file protocol.h.
#define CAPS_INPUTS_SWITCH5 4 |
Definition at line 76 of file protocol.h.
#define CAPS_INPUTS_SWITCH6 5 |
Definition at line 77 of file protocol.h.
#define CAPS_INPUTS_SWITCH7 6 |
Definition at line 78 of file protocol.h.
#define CAPS_INPUTS_SWITCH8 7 |
Definition at line 79 of file protocol.h.
#define CAPS_OTHER_DATE 1 |
Definition at line 92 of file protocol.h.
#define CAPS_OTHER_TIME 0 |
Definition at line 91 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER1 4 |
Definition at line 86 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER2 5 |
Definition at line 87 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER3 6 |
Definition at line 88 of file protocol.h.
#define CAPS_OUTPUTS_DIMMER4 7 |
Definition at line 89 of file protocol.h.
#define CAPS_OUTPUTS_RELAY1 0 |
Definition at line 82 of file protocol.h.
#define CAPS_OUTPUTS_RELAY2 1 |
Definition at line 83 of file protocol.h.
#define CAPS_OUTPUTS_RELAY3 2 |
Definition at line 84 of file protocol.h.
#define CAPS_OUTPUTS_RELAY4 3 |
Definition at line 85 of file protocol.h.
#define CAPS_SENSOR_AIR_PRESSURE 2 |
Definition at line 67 of file protocol.h.
#define CAPS_SENSOR_HUMIDITY 1 |
Definition at line 66 of file protocol.h.
#define CAPS_SENSOR_LIGHT 3 |
Definition at line 68 of file protocol.h.
#define CAPS_SENSOR_PRESENCE 4 |
Definition at line 69 of file protocol.h.
#define CAPS_SENSOR_TEMP 0 |
Definition at line 65 of file protocol.h.
#define EE_MY_ADDR_H 0x00 |
Definition at line 51 of file protocol.h.
#define EE_MY_ADDR_L 0x01 |
Definition at line 52 of file protocol.h.
#define EE_MY_INPUTS 0x05 |
Definition at line 58 of file protocol.h.
#define EE_MY_LAST_PKT_ID_H 0x02 |
Definition at line 54 of file protocol.h.
#define EE_MY_LAST_PKT_ID_L 0x03 |
Definition at line 55 of file protocol.h.
#define EE_MY_OTHER 0x07 |
Definition at line 60 of file protocol.h.
#define EE_MY_OUTPUTS 0x06 |
Definition at line 59 of file protocol.h.
#define EE_MY_SENSORS 0x04 |
Definition at line 57 of file protocol.h.
#define PL_CHANGE 9 |
Definition at line 31 of file protocol.h.
#define PL_GET_OTHER 10 |
Definition at line 41 of file protocol.h.
#define PL_REQ_ADDR 2 |
Definition at line 9 of file protocol.h.
#define PL_REQ_CAPS 3 |
Definition at line 10 of file protocol.h.
#define PL_REQ_INFORM_ON_CHANGE 8 |
Definition at line 27 of file protocol.h.
#define PL_REQ_SENSOR 6 |
Definition at line 19 of file protocol.h.
#define PL_SET_ADDR 1 |
Definition at line 6 of file protocol.h.
#define PL_SET_OUTPUT 9 |
Definition at line 36 of file protocol.h.
#define PL_THIS_MY_ADDR 5 |
Definition at line 16 of file protocol.h.
#define PL_THIS_MY_CAPS 4 |
Definition at line 11 of file protocol.h.
#define PL_THIS_MY_OTHER 11 |
Definition at line 44 of file protocol.h.
#define PL_THIS_MY_SENSOR 7 |
Definition at line 22 of file protocol.h.