SupplementaryAPINotes

From Hubitat Apps
Jump to: navigation, search

Notes on using methods in the API

runIn and runInMillis[edit | edit source]

Passing parameters to runIn[edit | edit source]

You can pass parameters to a method called by runIn by adding a third parameter like so:

  runIn(2, delayedCallWParams, [data: "a parameter value");