Update lumi.router device specification.

This commit is contained in:
Koenkk
2018-05-17 18:03:54 +02:00
parent 0fdec7c225
commit 7f5865aaf9
3 changed files with 39 additions and 26 deletions
+5 -5
View File
@@ -157,12 +157,12 @@ const devices = {
supports: 'on/off, brightness',
},
// Zigbee router: http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/
// Texax Instruments
'lumi.router': {
model: 'LUMI.ROUTER',
vendor: 'TexasInstruments',
description: 'Router',
supports: 'on/off'
model: 'CC2530.ROUTER',
vendor: 'Texas Instruments',
description: 'CC2530 router [link](http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/)',
supports: 'state, description, type, rssi',
},
};