added nodered json example
This commit is contained in:
parent
9a23a6712a
commit
adc3ea0211
17
HOWTO.md
17
HOWTO.md
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user