Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| indigo_2025.2_documentation:api [2026/05/01 18:07] – [Variable Command Messages] davel17 | indigo_2025.2_documentation:api [2026/05/01 18:12] (current) – [variable command messages] davel17 | ||
|---|---|---|---|
| Line 519: | Line 519: | ||
| === variable command messages === | === variable command messages === | ||
| - | The '' | + | Variable commands |
| + | |||
| + | == create == | ||
| + | |||
| + | The id key is optional, but may contain a user generated ID that will be logged and returned to help match up with message requests. Custom id values should be strings. The parameters dict is required and must contain a value key/value pair. The value must be a string, but an empty string is accepted. The folder key/value pair is optional. If a folder ID is included that doesn' | ||
| + | |||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| == updateValue == | == updateValue == | ||
| Line 2143: | Line 2159: | ||
| } | } | ||
| }</ | }</ | ||
| - | |||
| - | '' | ||
| == indigo.variable.updateValue == | == indigo.variable.updateValue == | ||