Add 'Sound' to rfxtrx DATA_TYPES (#2477)

Fixes reception of SelectPlus and correctly adds the chime sensor.
pull/2480/head
koen01 2016-07-08 18:00:21 +02:00 committed by Paulus Schoutsen
parent ab63fbff3f
commit 03ef74b4ab
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ DATA_TYPES = OrderedDict([
('Rain rate', ''),
('Energy usage', 'W'),
('Total usage', 'W'),
('Sound', ''),
('Sensor Status', ''),
('Unknown', '')])