Skip to content

Instantly share code, notes, and snippets.

@Koenkk
Last active December 10, 2022 15:33
Show Gist options
  • Save Koenkk/34134c29cd219e16b512092750a5e3b9 to your computer and use it in GitHub Desktop.
Save Koenkk/34134c29cd219e16b512092750a5e3b9 to your computer and use it in GitHub Desktop.
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
fingerprint: tuya.fingerprint('TS110E', ['_TZ3210_k1msuvg6', '_TZ3210_zxbtub8r']),
model: 'TS110E_1gang_1',
vendor: 'TuYa',
description: '1 channel dimmer',
extend: extend.light_onoff_brightness({disablePowerOnBehavior: true}),
};
module.exports = definition;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment