File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 330330 {
331331 "key" : " defaults[].min_brightness" ,
332332 "condition" : {
333- "functionBody" : " return (model.defaults[arrayIndices].light_characteristics?.includes('Brightness'))"
333+ "functionBody" : " return (model.defaults[arrayIndices].light_characteristics?.includes('Brightness') || model.defaults[arrayIndices].dimmer_characteristics?.includes('Brightness') )"
334334 }
335335 },
336336 {
337337 "key" : " defaults[].max_brightness" ,
338338 "condition" : {
339- "functionBody" : " return (model.defaults[arrayIndices].light_characteristics?.includes('Brightness'))"
339+ "functionBody" : " return (model.defaults[arrayIndices].light_characteristics?.includes('Brightness') || model.defaults[arrayIndices].dimmer_characteristics?.includes('Brightness') )"
340340 }
341341 },
342342 {
You can’t perform that action at this time.
0 commit comments