File tree 6 files changed +16
-16
lines changed
tests/suites/certification
zap-templates/zcl/data-model/chip
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 73
73
PICS : " WNCV.S.F00 && WNCV.S.C05.Rsp"
74
74
arguments :
75
75
values :
76
- - name : " liftPercent100thsValue "
76
+ - name : " LiftPercent100thsValue "
77
77
value : 2500
78
78
79
79
# ## Depends on a sleep/wait command how to do this with a real device for CI keep at 100ms
@@ -142,7 +142,7 @@ tests:
142
142
PICS : WNCV.S.F00 && WNCV.S.C05.Rsp
143
143
arguments :
144
144
values :
145
- - name : " liftPercent100thsValue "
145
+ - name : " LiftPercent100thsValue "
146
146
value : 7520
147
147
148
148
# ## Depends on a sleep/wait command how to do this with a real device for CI keep at 100ms
Original file line number Diff line number Diff line change 73
73
PICS : WNCV.S.F01 && WNCV.S.C08.Rsp
74
74
arguments :
75
75
values :
76
- - name : " tiltPercent100thsValue "
76
+ - name : " TiltPercent100thsValue "
77
77
value : 3000
78
78
79
79
# ## Depends on a sleep/wait command how to do this with a real device for CI keep at 100ms
@@ -142,7 +142,7 @@ tests:
142
142
PICS : WNCV.S.F01 && WNCV.S.F04 && WNCV.S.C08.Rsp
143
143
arguments :
144
144
values :
145
- - name : " tiltPercent100thsValue "
145
+ - name : " TiltPercent100thsValue "
146
146
value : 6005
147
147
148
148
# ## Depends on a sleep/wait command how to do this with a real device for CI keep at 100ms
Original file line number Diff line number Diff line change 74
74
PICS : WNCV.S.F00 && WNCV.S.F02 || WNCV.S.F00 && WNCV.S.C05.Rsp
75
75
arguments :
76
76
values :
77
- - name : " liftPercent100thsValue "
77
+ - name : " LiftPercent100thsValue "
78
78
value : 0x3000
79
79
response :
80
80
error : CONSTRAINT_ERROR
86
86
PICS : WNCV.S.F00 && WNCV.S.F02 || WNCV.S.F00 && WNCV.S.C05.Rsp
87
87
arguments :
88
88
values :
89
- - name : " liftPercent100thsValue "
89
+ - name : " LiftPercent100thsValue "
90
90
value : 10001
91
91
response :
92
92
error : CONSTRAINT_ERROR
98
98
PICS : WNCV.S.F00 && WNCV.S.F02 || WNCV.S.F00 && WNCV.S.C05.Rsp
99
99
arguments :
100
100
values :
101
- - name : " liftPercent100thsValue "
101
+ - name : " LiftPercent100thsValue "
102
102
value : 0xFFFF
103
103
response :
104
104
error : CONSTRAINT_ERROR
Original file line number Diff line number Diff line change 74
74
PICS : WNCV.S.F01 && WNCV.S.F04 || WNCV.S.F01 && WNCV.S.C08.Rsp
75
75
arguments :
76
76
values :
77
- - name : " tiltPercent100thsValue "
77
+ - name : " TiltPercent100thsValue "
78
78
value : 0x3000
79
79
response :
80
80
error : CONSTRAINT_ERROR
86
86
PICS : WNCV.S.F01 && WNCV.S.F04 || WNCV.S.F01 && WNCV.S.C08.Rsp
87
87
arguments :
88
88
values :
89
- - name : " tiltPercent100thsValue "
89
+ - name : " TiltPercent100thsValue "
90
90
value : 10001
91
91
response :
92
92
error : CONSTRAINT_ERROR
98
98
PICS : WNCV.S.F01 && WNCV.S.F04 || WNCV.S.F01 && WNCV.S.C08.Rsp
99
99
arguments :
100
100
values :
101
- - name : " tiltPercent100thsValue "
101
+ - name : " TiltPercent100thsValue "
102
102
value : 0xFFFF
103
103
response :
104
104
error : CONSTRAINT_ERROR
Original file line number Diff line number Diff line change 47
47
PICS : WNCV.S.F00 && WNCV.S.F02 && WNCV.S.C05.Rsp
48
48
arguments :
49
49
values :
50
- - name : " liftPercent100thsValue "
50
+ - name : " LiftPercent100thsValue "
51
51
value : 9000
52
52
53
53
#
83
83
PICS : WNCV.S.F01 && WNCV.S.F04 && WNCV.S.C08.Rsp
84
84
arguments :
85
85
values :
86
- - name : " tiltPercent100thsValue "
86
+ - name : " TiltPercent100thsValue "
87
87
value : 9000
88
88
89
89
#
Original file line number Diff line number Diff line change @@ -126,22 +126,22 @@ limitations under the License.
126
126
<!-- Conformance feature [LF & ABS] - for now optional -->
127
127
<command source =" client" code =" 0x04" name =" GoToLiftValue" optional =" true" cli =" zcl WindowCovering GoToLiftValue" >
128
128
<description >Go to lift value specified</description >
129
- <arg name =" liftValue " type =" int16u" />
129
+ <arg name =" LiftValue " type =" int16u" />
130
130
</command >
131
131
<!-- Conformance feature LF & PA_LF | [LF] - for now optional -->
132
132
<command source =" client" code =" 0x05" name =" GoToLiftPercentage" optional =" true" cli =" zcl WindowCovering GoToLiftPercentage" >
133
133
<description >Go to lift percentage specified</description >
134
- <arg name =" liftPercent100thsValue " type =" percent100ths" />
134
+ <arg name =" LiftPercent100thsValue " type =" percent100ths" />
135
135
</command >
136
136
<!-- Conformance feature [TL & ABS] - for now optional -->
137
137
<command source =" client" code =" 0x07" name =" GoToTiltValue" optional =" true" cli =" zcl WindowCovering GoToTiltValue" >
138
138
<description >Go to tilt value specified</description >
139
- <arg name =" tiltValue " type =" int16u" />
139
+ <arg name =" TiltValue " type =" int16u" />
140
140
</command >
141
141
<!-- Conformance feature TL & PA_TL | [TL] - for now optional -->
142
142
<command source =" client" code =" 0x08" name =" GoToTiltPercentage" optional =" true" cli =" zcl WindowCovering GoToTiltPercentage" >
143
143
<description >Go to tilt percentage specified</description >
144
- <arg name =" tiltPercent100thsValue " type =" percent100ths" />
144
+ <arg name =" TiltPercent100thsValue " type =" percent100ths" />
145
145
</command >
146
146
</cluster >
147
147
You can’t perform that action at this time.
0 commit comments