merged master with work

Change-Id: Iedfb2bf7f28bfe45201adacec0645cc13abffe59
This commit is contained in:
2021-03-03 09:00:45 +01:00
parent fee7c4904b
commit 12b0549cc0
365 changed files with 36809 additions and 11 deletions

View File

@ -0,0 +1,6 @@
["pdyn", [{"path": "", "type": "float", "kids": 5},
{"path": "send", "type": "text", "readonly": false, "cmd": "pdyn send", "visibility": 3},
{"path": "status", "type": "text", "visibility": 3},
{"path": "set", "type": "float", "readonly": false, "cmd": "pdyn set"},
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "pdyn control"},
{"path": "pos", "type": "float"}]]