Hello,
I did check the default Hue config, unfortunately it says nothing about this, i've tried several different values with: "on":true, "hue":30000,"bri":100%, but i haven't found any to replace brightness with a payload curly brace.
Here is the XML:
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.3.7-->
<command id="281" name="Lights Brightness" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Hue.Group</cmdType>
<params>
<param>0</param>
<param>"on":true, "hue":30000,"bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>lights</phrase>
<payloadList>10,20,30,40,50,60,70,80,90,100</payloadList>
</command>
Thanks in advance for the help and bearing with me as i learn more about this amazing tool.
Edit: Please note, i just changed the this: "on":true, "hue":30000,"bri":{1} TO this "on":true, "hue":30000,"bri":100% because the curly brace had no effect.