added nodered json example

This commit is contained in:
Mathieu Broillet 2023-12-30 17:04:08 +01:00
parent 9a23a6712a
commit adc3ea0211
Signed by: mathieu
GPG Key ID: C0E9E0E95AF03319

View File

@ -108,7 +108,22 @@ Change monitors config.
scale: 2
```
- **Example for Node-RED(JSON):**
```json
// Example of the data expression of a service call node in Node-RED.
{
"monitors_config": {
"HDMI-1": {
"enabled": true,
"primary": true,
"position": [0, 0],
"mode": "3840x2160@120.000",
"transform": "normal",
"scale": 2
}
}
}
```
## `steam_big_picture`