Interface representing an automation action: target node and per-device parameter maps
{ * nodeId: "123", * deviceParams: { * "Light": { * "Power": true, * "Brightness": 50, * }, * }, * } Copy
{ * nodeId: "123", * deviceParams: { * "Light": { * "Power": true, * "Brightness": 50, * }, * }, * }
Interface representing an automation action: target node and per-device parameter maps
Example