Skip to content

Commit 9445044

Browse files
authored
feat: Add ota to SIN-4-FP-21_EQU (#8146)
device supports ota update
1 parent bfdf450 commit 9445044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devices/adeo.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import fz from '../converters/fromZigbee';
22
import tz from '../converters/toZigbee';
33
import * as exposes from '../lib/exposes';
44
import {battery, electricityMeter, humidity, iasZoneAlarm, illuminance, light, onOff, quirkCheckinInterval, temperature} from '../lib/modernExtend';
5+
import * as ota from '../lib/ota';
56
import * as reporting from '../lib/reporting';
67
import {DefinitionWithExtend, Fz, Tz} from '../lib/types';
78

@@ -396,6 +397,7 @@ const definitions: DefinitionWithExtend[] = [
396397
model: 'SIN-4-FP-21_EQU',
397398
vendor: 'ADEO',
398399
description: 'Equation pilot wire heating module',
400+
ota: ota.zigbeeOTA,
399401
fromZigbee: [fz.on_off, fz.metering, fz.nodon_pilot_wire_mode],
400402
toZigbee: [tz.on_off, tz.nodon_pilot_wire_mode],
401403
exposes: [e.switch(), e.power(), e.energy(), e.pilot_wire_mode()],

0 commit comments

Comments
 (0)