mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
21 lines
513 B
JavaScript
21 lines
513 B
JavaScript
const devices = {
|
|
'lumi.sensor_switch': {
|
|
model: 'WXKG01LM',
|
|
description: 'MiJia wireless switch',
|
|
},
|
|
'lumi.sens': {
|
|
model: 'WSDCGQ01LM',
|
|
description: 'MiJia temperature & humidity sensor ',
|
|
},
|
|
'lumi.sensor_motion': {
|
|
model: 'RTCGQ01LM',
|
|
description: 'MiJia human body movement sensor',
|
|
},
|
|
'lumi.sensor_magnet': {
|
|
model: 'MCCGQ01LM',
|
|
description: 'MiJia door & window contact sensor',
|
|
},
|
|
}
|
|
|
|
module.exports = devices;
|