rmview/example.json

12 lines
211 B
JSON
Raw Normal View History

2020-09-11 02:02:54 +02:00
{
"ssh": {
"address": ["10.11.99.1"],
2020-09-11 02:02:54 +02:00
"timeout": 2
},
"orientation": "auto",
"pen_size": 15,
2020-09-11 02:02:54 +02:00
"pen_color": "red",
"pen_trail": 200,
"background_color": "white",
"hide_pen_on_press": true
2020-09-11 02:02:54 +02:00
}