-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
This is my external converter for LMX-USB Controller-B from LumenX by Litcessory
software_build_id: 3.0.0
date_code: 20131206
endpoints:
{"11":{"clusters":{"input":["genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","lightingColorCtrl"],"output":[]},"name":"11"},"13":{"clusters":{"input":["touchlink"],"output":["touchlink"]},"name":"13"}}What works / what doesn't?
All functions work as intended
Converter
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['LMX-USB Controller-B'],
model: 'LMX-USB Controller-B',
vendor: 'LumenX by Litcessory',
description: 'Automatically generated definition',
extend: [m.deviceEndpoints({"endpoints":{"11":11,"13":13}}), m.light({"colorTemp":{"range":[155,495]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],
meta: {"multiEndpoint":true},
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels