I am trying to dim my strip lights from 100% to 1% in an IFTTT recipe using the Advanced Options field. I cannot get it to work. I entered in the field this string,
“brightness”: 0.01
Are there any instructions on how to do this? Is there special formatting of the string in the field for it to be correctly read? I’ve tried everything and cannot get it working. Thanks.
When inputting options in the advanced options section, you do not need to put quotes around the option names specifically, instead, wrap all of the options you want to pass in as one string. So for your specific case you only need to put in “brightness: 0.01”