Skip to content

Instantly share code, notes, and snippets.

@codedesperate
Created March 2, 2024 21:37
Show Gist options
  • Save codedesperate/2347e499ecbb86c02d623f14d78e9fba to your computer and use it in GitHub Desktop.
Save codedesperate/2347e499ecbb86c02d623f14d78e9fba to your computer and use it in GitHub Desktop.
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