File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ const inovelliExtend = {
99
99
quickStartTime : { ID : 0x0017 , type : Zcl . DataType . UINT8 } ,
100
100
quickStartLevel : { ID : 0x0018 , type : Zcl . DataType . UINT8 } ,
101
101
higherOutputInNonNeutral : { ID : 0x0019 , type : Zcl . DataType . BOOLEAN } ,
102
- dimmingMode : { ID : 0x001a , type : Zcl . DataType . BOOLEAN } ,
102
+ dimmingMode : { ID : 0x001a , type : Zcl . DataType . UINT8 } ,
103
103
nonNeutralAuxMediumGear : { ID : 0x001e , type : Zcl . DataType . UINT8 } ,
104
104
nonNeutralAuxLowGear : { ID : 0x001f , type : Zcl . DataType . UINT8 } ,
105
105
internalTemperature : { ID : 0x0020 , type : Zcl . DataType . UINT8 } ,
@@ -1017,7 +1017,7 @@ const COMMON_DIMMABLE_LIGHT_ATTRIBUTES: {[s: string]: Attribute} = {
1017
1017
} ,
1018
1018
dimmingMode : {
1019
1019
ID : 26 ,
1020
- dataType : Zcl . DataType . BOOLEAN ,
1020
+ dataType : Zcl . DataType . UINT8 ,
1021
1021
displayType : 'enum' ,
1022
1022
values : { 'Leading edge' : 0 , 'Trailing edge' : 1 } ,
1023
1023
min : 0 ,
You can’t perform that action at this time.
0 commit comments