@@ -18,56 +18,56 @@ const NS = "zhc:lixee";
1818const local = {
1919 modernExtend : {
2020 addCustomClusterManuSpecificLixee : ( ) =>
21- m . deviceAddCustomCluster ( "liXeeCustom" , {
22- ID : 0xff66 ,
23- manufacturerCode : Zcl . ManufacturerCode . NXP_SEMICONDUCTORS ,
24- attributes : {
25- currentTarif : { ID : 0x0000 , type : Zcl . DataType . CHAR_STR } ,
26- tomorrowColor : { ID : 0x0001 , type : Zcl . DataType . CHAR_STR } ,
27- scheduleHPHC : { ID : 0x0002 , type : Zcl . DataType . UINT8 } ,
28- presencePotential : { ID : 0x0003 , type : Zcl . DataType . UINT8 } ,
29- startNoticeEJP : { ID : 0x0004 , type : Zcl . DataType . UINT8 } ,
30- warnDPS : { ID : 0x0005 , type : Zcl . DataType . UINT16 } ,
31- warnDIR1 : { ID : 0x0006 , type : Zcl . DataType . UINT16 } ,
32- warnDIR2 : { ID : 0x0007 , type : Zcl . DataType . UINT16 } ,
33- warnDIR3 : { ID : 0x0008 , type : Zcl . DataType . UINT16 } ,
34- motDEtat : { ID : 0x0009 , type : Zcl . DataType . CHAR_STR } ,
35- currentPrice : { ID : 0x0200 , type : Zcl . DataType . CHAR_STR } ,
36- currentIndexTarif : { ID : 0x0201 , type : Zcl . DataType . UINT8 } ,
37- currentDate : { ID : 0x0202 , type : Zcl . DataType . CHAR_STR } ,
38- activeEnergyOutD01 : { ID : 0x0203 , type : Zcl . DataType . UINT32 } ,
39- activeEnergyOutD02 : { ID : 0x0204 , type : Zcl . DataType . UINT32 } ,
40- activeEnergyOutD03 : { ID : 0x0205 , type : Zcl . DataType . UINT32 } ,
41- activeEnergyOutD04 : { ID : 0x0206 , type : Zcl . DataType . UINT32 } ,
42- injectedVA : { ID : 0x0207 , type : Zcl . DataType . UINT16 } ,
43- injectedVAMaxN : { ID : 0x0208 , type : Zcl . DataType . INT16 } ,
44- injectedVAMaxN1 : { ID : 0x0209 , type : Zcl . DataType . INT16 } ,
45- injectedActiveLoadN : { ID : 0x0210 , type : Zcl . DataType . INT16 } ,
46- injectedActiveLoadN1 : { ID : 0x0211 , type : Zcl . DataType . INT16 } ,
47- drawnVAMaxN1 : { ID : 0x0212 , type : Zcl . DataType . INT16 } ,
48- drawnVAMaxN1P2 : { ID : 0x0213 , type : Zcl . DataType . INT16 } ,
49- drawnVAMaxN1P3 : { ID : 0x0214 , type : Zcl . DataType . INT16 } ,
50- message1 : { ID : 0x0215 , type : Zcl . DataType . CHAR_STR } ,
51- message2 : { ID : 0x0216 , type : Zcl . DataType . CHAR_STR } ,
52- statusRegister : { ID : 0x0217 , type : Zcl . DataType . OCTET_STR } ,
53- startMobilePoint1 : { ID : 0x0218 , type : Zcl . DataType . UINT8 } ,
54- stopMobilePoint1 : { ID : 0x0219 , type : Zcl . DataType . UINT8 } ,
55- startMobilePoint2 : { ID : 0x0220 , type : Zcl . DataType . UINT8 } ,
56- stopMobilePoint2 : { ID : 0x0221 , type : Zcl . DataType . UINT8 } ,
57- startMobilePoint3 : { ID : 0x0222 , type : Zcl . DataType . UINT8 } ,
58- stopMobilePoint3 : { ID : 0x0223 , type : Zcl . DataType . UINT8 } ,
59- relais : { ID : 0x0224 , type : Zcl . DataType . UINT16 } ,
60- daysNumberCurrentCalendar : { ID : 0x0225 , type : Zcl . DataType . UINT8 } ,
61- daysNumberNextCalendar : { ID : 0x0226 , type : Zcl . DataType . UINT8 } ,
62- daysProfileCurrentCalendar : { ID : 0x0227 , type : Zcl . DataType . LONG_OCTET_STR } ,
63- daysProfileNextCalendar : { ID : 0x0228 , type : Zcl . DataType . LONG_OCTET_STR } ,
64- linkyMode : { ID : 0x0300 , type : Zcl . DataType . UINT8 } ,
65- } ,
66- commands : { } ,
67- commandsResponse : { } ,
68- } )
69- }
70- }
21+ m . deviceAddCustomCluster ( "liXeeCustom" , {
22+ ID : 0xff66 ,
23+ manufacturerCode : Zcl . ManufacturerCode . NXP_SEMICONDUCTORS ,
24+ attributes : {
25+ currentTarif : { ID : 0x0000 , type : Zcl . DataType . CHAR_STR } ,
26+ tomorrowColor : { ID : 0x0001 , type : Zcl . DataType . CHAR_STR } ,
27+ scheduleHPHC : { ID : 0x0002 , type : Zcl . DataType . UINT8 } ,
28+ presencePotential : { ID : 0x0003 , type : Zcl . DataType . UINT8 } ,
29+ startNoticeEJP : { ID : 0x0004 , type : Zcl . DataType . UINT8 } ,
30+ warnDPS : { ID : 0x0005 , type : Zcl . DataType . UINT16 } ,
31+ warnDIR1 : { ID : 0x0006 , type : Zcl . DataType . UINT16 } ,
32+ warnDIR2 : { ID : 0x0007 , type : Zcl . DataType . UINT16 } ,
33+ warnDIR3 : { ID : 0x0008 , type : Zcl . DataType . UINT16 } ,
34+ motDEtat : { ID : 0x0009 , type : Zcl . DataType . CHAR_STR } ,
35+ currentPrice : { ID : 0x0200 , type : Zcl . DataType . CHAR_STR } ,
36+ currentIndexTarif : { ID : 0x0201 , type : Zcl . DataType . UINT8 } ,
37+ currentDate : { ID : 0x0202 , type : Zcl . DataType . CHAR_STR } ,
38+ activeEnergyOutD01 : { ID : 0x0203 , type : Zcl . DataType . UINT32 } ,
39+ activeEnergyOutD02 : { ID : 0x0204 , type : Zcl . DataType . UINT32 } ,
40+ activeEnergyOutD03 : { ID : 0x0205 , type : Zcl . DataType . UINT32 } ,
41+ activeEnergyOutD04 : { ID : 0x0206 , type : Zcl . DataType . UINT32 } ,
42+ injectedVA : { ID : 0x0207 , type : Zcl . DataType . UINT16 } ,
43+ injectedVAMaxN : { ID : 0x0208 , type : Zcl . DataType . INT16 } ,
44+ injectedVAMaxN1 : { ID : 0x0209 , type : Zcl . DataType . INT16 } ,
45+ injectedActiveLoadN : { ID : 0x0210 , type : Zcl . DataType . INT16 } ,
46+ injectedActiveLoadN1 : { ID : 0x0211 , type : Zcl . DataType . INT16 } ,
47+ drawnVAMaxN1 : { ID : 0x0212 , type : Zcl . DataType . INT16 } ,
48+ drawnVAMaxN1P2 : { ID : 0x0213 , type : Zcl . DataType . INT16 } ,
49+ drawnVAMaxN1P3 : { ID : 0x0214 , type : Zcl . DataType . INT16 } ,
50+ message1 : { ID : 0x0215 , type : Zcl . DataType . CHAR_STR } ,
51+ message2 : { ID : 0x0216 , type : Zcl . DataType . CHAR_STR } ,
52+ statusRegister : { ID : 0x0217 , type : Zcl . DataType . OCTET_STR } ,
53+ startMobilePoint1 : { ID : 0x0218 , type : Zcl . DataType . UINT8 } ,
54+ stopMobilePoint1 : { ID : 0x0219 , type : Zcl . DataType . UINT8 } ,
55+ startMobilePoint2 : { ID : 0x0220 , type : Zcl . DataType . UINT8 } ,
56+ stopMobilePoint2 : { ID : 0x0221 , type : Zcl . DataType . UINT8 } ,
57+ startMobilePoint3 : { ID : 0x0222 , type : Zcl . DataType . UINT8 } ,
58+ stopMobilePoint3 : { ID : 0x0223 , type : Zcl . DataType . UINT8 } ,
59+ relais : { ID : 0x0224 , type : Zcl . DataType . UINT16 } ,
60+ daysNumberCurrentCalendar : { ID : 0x0225 , type : Zcl . DataType . UINT8 } ,
61+ daysNumberNextCalendar : { ID : 0x0226 , type : Zcl . DataType . UINT8 } ,
62+ daysProfileCurrentCalendar : { ID : 0x0227 , type : Zcl . DataType . LONG_OCTET_STR } ,
63+ daysProfileNextCalendar : { ID : 0x0228 , type : Zcl . DataType . LONG_OCTET_STR } ,
64+ linkyMode : { ID : 0x0300 , type : Zcl . DataType . UINT8 } ,
65+ } ,
66+ commands : { } ,
67+ commandsResponse : { } ,
68+ } ) ,
69+ } ,
70+ } ;
7171
7272/* Start ZiPulses */
7373
0 commit comments