diff --git a/src/devices/orvibo.ts b/src/devices/orvibo.ts index 43a0a890df266..67e29cfe5be76 100644 --- a/src/devices/orvibo.ts +++ b/src/devices/orvibo.ts @@ -33,6 +33,13 @@ const definitions: DefinitionWithExtend[] = [ toZigbee: [tzLocal.DD10Z_brightness], extend: [m.light({powerOnBehavior: false, colorTemp: {range: [153, 370], startup: false}})], }, + { + zigbeeModel: ['9ff5a780c5a4470d9087175c71d50f92'], + model: 'DSZ12060', + vendor: 'ORVIBO', + description: 'Spot light S10', + extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166, 370]}})], + }, { zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'], model: 'DS20Z07B',