-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed as duplicate of#10794
Description
This is my external converter for TLSR82xx from TELINK
software_build_id: undefined
date_code: undefined
endpoints:
{"1":{"clusters":{"input":["genBasic","genIdentify","genPollCtrl","msTemperatureMeasurement","msRelativeHumidity","genPowerCfg"],"output":["genOta"]}}}What works / what doesn't?
Converter
const m = require('zigbee-herdsman-converters/lib/modernExtend');
const definition = {
fingerprint: [{modelID: 'TLSR82xx', manufacturerName: 'TELINK'}],
model: 'LKTMZL02-z',
vendor: 'Tuya',
description: 'Temperature & humidity sensor',
extend: [m.temperature(), m.humidity(), m.battery()],
};
module.exports = definition;Metadata
Metadata
Assignees
Labels
No labels