2018-04-11 10:55:54 -07:00
|
|
|
const devices = {
|
|
|
|
'lumi.sensor_switch': {
|
|
|
|
model: 'WXKG01LM',
|
|
|
|
description: 'MiJia wireless switch',
|
2018-04-12 07:58:33 -07:00
|
|
|
supports: 'single, double, triple, quadruple, many and long click',
|
2018-04-11 10:55:54 -07:00
|
|
|
},
|
|
|
|
'lumi.sens': {
|
|
|
|
model: 'WSDCGQ01LM',
|
|
|
|
description: 'MiJia temperature & humidity sensor ',
|
2018-04-11 11:54:22 -07:00
|
|
|
supports: 'temperature and humidity',
|
2018-04-11 10:55:54 -07:00
|
|
|
},
|
|
|
|
'lumi.sensor_motion': {
|
|
|
|
model: 'RTCGQ01LM',
|
|
|
|
description: 'MiJia human body movement sensor',
|
2018-04-11 11:54:22 -07:00
|
|
|
supports: 'occupancy, motion and no motion'
|
2018-04-11 10:55:54 -07:00
|
|
|
},
|
|
|
|
'lumi.sensor_magnet': {
|
|
|
|
model: 'MCCGQ01LM',
|
|
|
|
description: 'MiJia door & window contact sensor',
|
2018-04-11 11:54:22 -07:00
|
|
|
supports: 'open and closed state',
|
2018-04-11 10:55:54 -07:00
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = devices;
|