New apps Added
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
const {temperature, battery} = require('zigbee-herdsman-converters/lib/modernExtend');
|
||||
|
||||
const definition = {
|
||||
zigbeeModel: ['SNZB-02LD'],
|
||||
model: 'SNZB-02LD',
|
||||
vendor: 'SONOFF',
|
||||
description: 'Waterproof (IP65) temperature sensor with screen and probe',
|
||||
extend: [
|
||||
temperature(),
|
||||
battery()
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = definition;
|
||||
Reference in New Issue
Block a user