node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Sound Switch CC: setConfiguration should have both params optional

Open AlCalzone opened this issue 1 month ago • 0 comments

The API has sentinel values for each that allow changing one parameter without changing the other.

For changing the volume only, pass 0 as the tone ID. For changing the default tone ID only, pass 0xff as the volume.

AlCalzone avatar Dec 10 '25 09:12 AlCalzone