-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
This is my external converter for RCL 231 T
from innr
software_build_id: 1.9.34
date_code: 20250418
endpoints:
{"1":{"clusters":{"input":["genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","lightingColorCtrl","touchlink"],"output":["genTime","genOta"]}},"242":{"clusters":{"input":[],"output":["greenPower"]}}}
What works / what doesn't?
This just enables OTA updates.
Converter
const { light } = require('zigbee-herdsman-converters/lib/modernExtend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const definition = {
zigbeeModel: ["RCL 231 T"],
model: "RCL 231 T",
vendor: "Innr",
description: "Round Ceiling Light - Warm to Cool White",
extend: [light({ colorTemp: { range: [153, 500] }, turnsOffAtBrightness1: true })],
ota: true,
};
module.exports = [definition];
Metadata
Metadata
Assignees
Labels
No labels