Skip to content

Commit c59af61

Browse files
ptphan28rzr
authored andcommitted
UIC-3273: Custom Unify_MultilevelSensor cluster
[Philippe Coval] This patch was split in two, this version is the change that apply to Unify, please refer to previous commit to undestand the flow, I after the failed cherry-pick, I just used patch -p1 < patch and commited only the changes that applies to Unify, the same operation should be done for z-p-c project (in the opposite way). Origin: ver_1.7.0-unstable-23-g38f24ffb48 Bug-SiliconLabs: UIC-3273 Origin: s.s.com/projects/UIC/repos/uic/pull-requests/2855 Relate-to: SiliconLabsSoftware/z-wave-protocol-controller#44 Forwarded: https://github.com/rzr/UnifySDK/tree/z-wave/core/zpc/main Forwarded: SiliconLabsSoftware/z-wave-protocol-controller#143 Signed-off-by: Philippe Coval <[email protected]>
1 parent 891a094 commit c59af61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/uic_dotdot/dotdot-xml/library.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,5 @@ applicable to this document can be found in the LICENSE.md file.
501501
<xi:include href="Unify_HumidityControl.xml" parse="xml"/>
502502
<xi:include href="Unify_Thermostat.xml" parse="xml"/>
503503
<xi:include href="Unify_FanControl.xml" parse="xml"/>
504+
<xi:include href="Unify_MultilevelSensor.xml" parse="xml"/>
504505
</zcl:library>

components/uic_dotdot/zap/addon-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ function isStruct(type) {
127127
case 'SSceneTable': return true
128128
case 'DeviceTypeStruct': return true
129129
case 'CredentialStruct': return true
130+
case 'SensorValue': return true
130131
default: return false
131132
}
132133
}

0 commit comments

Comments
 (0)