hvolt_short stick: make hcp writable
This commit is contained in:
parent
09772eb746
commit
a19b085c30
@ -1,5 +1,5 @@
|
|||||||
{"hcp": {"base": "/hcp", "params": [
|
{"hcp": {"base": "/hcp", "params": [
|
||||||
{"path": "", "type": "float", "kids": 10},
|
{"path": "", "type": "float", "readonly": false, "cmd": "hcp set", "kids": 10},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hcp send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hcp send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "hcp set"},
|
{"path": "set", "type": "float", "readonly": false, "cmd": "hcp set"},
|
||||||
|
@ -18,7 +18,7 @@ Mod('ts',
|
|||||||
)
|
)
|
||||||
|
|
||||||
Mod('hcp',
|
Mod('hcp',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaWritable', '',
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='hcp',
|
sea_object='hcp',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user