mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Update lumi.router device specification.
This commit is contained in:
+5
-5
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user