1
0
Fork 0
fgdata/webgui/examples/fgpanel.json
Torsten Dreyer 651005b4b0 Add a simple example for the WebPanel
might serve as a skeleton or is it a "hello world" panel?
2014-09-22 21:48:53 +02:00

11 lines
305 B
JSON

{
"instrumentSelector": ".instrument",
"instrumentDataKey": "fgpanel-instrument",
"updateInterval": 50,
"propertyMirror": [
[ "roll", "/instrumentation/attitude-indicator/indicated-roll-deg" ],
[ "pitch", "/instrumentation/attitude-indicator/indicated-pitch-deg" ]
]
}