Turn strip effect on indefinitely?

I found a pallette in node red that helps me set the strip effect. Everything works great in the following node red flow except the max time I can send is 999 seconds. Is there anyway to make this indefinite?

The value it sends parameter 16 is 82250271 (i dont know which portion of this controls the duration). Even if I would have to modify the value manually, thats fine. I just want to know if its possible.

[{"id":"1e2a8913.2fb127","type":"inovelli-status-manager","z":"c7a24234.cfeb1","name":"zwave","nodeid":"14","color":"41","level":10,"duration":"999","display":"1","switchtype":"16","x":300,"y":180,"wires":[["280e1cd5.cdb9d4"]]},{"id":"5c5e5716.b3beb8","type":"inject","z":"c7a24234.cfeb1","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":110,"y":180,"wires":[["1e2a8913.2fb127"]]},{"id":"280e1cd5.cdb9d4","type":"api-call-service","z":"c7a24234.cfeb1","name":"Set LED","server":"456659de.370498","version":1,"debugenabled":false,"service_domain":"zwave","service":"set_config_parameter","entityId":"","data":"{\"size\":4}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":460,"y":180,"wires":[["98a7ec53.3a0c6"]]},{"id":"98a7ec53.3a0c6","type":"debug","z":"c7a24234.cfeb1","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":520,"y":260,"wires":[]},{"id":"456659de.370498","type":"server","z":"","name":"Home Assistant","addon":true}]
1 Like

Here’s two resources that tell you how to make the number, and indefinite is a possibility.

The whole thread from the first link has some other good info about how the number is created.

1 Like

Use time component as 255. But yes the above links will get you there.