-
-
Save codedesperate/2347e499ecbb86c02d623f14d78e9fba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {onOff} = require('zigbee-herdsman-converters/lib/modernExtend'); | |
const definition = { | |
zigbeeModel: ['Dimmer-Switch-ZB3.0'], | |
model: 'Dimmer-Switch-ZB3.0', | |
vendor: 'Light Solutions', | |
description: 'In-Wall switch and dimmer', | |
extend: [onOff()], | |
}; | |
module.exports = definition; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment