refactor rfxtrx code

This commit is contained in:
Daniel 2016-02-23 18:01:53 +01:00
parent d6a14a1767
commit 23db6e753f
4 changed files with 93 additions and 78 deletions

View file

@ -21,6 +21,7 @@ ATTR_STATE = 'state'
ATTR_NAME = 'name'
ATTR_PACKETID = 'packetid'
ATTR_FIREEVENT = 'fire_event'
ATTR_DATA_TYPE = 'data_type'
EVENT_BUTTON_PRESSED = 'button_pressed'