hvolt_short stick: make hcp writable

This commit is contained in:
zolliker 2023-09-06 08:38:06 +02:00 committed by Markus Zolliker
parent 09772eb746
commit a19b085c30
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{"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": "status", "type": "text", "visibility": 3},
{"path": "set", "type": "float", "readonly": false, "cmd": "hcp set"},

View File

@ -18,7 +18,7 @@ Mod('ts',
)
Mod('hcp',
'frappy_psi.sea.SeaReadable', '',
'frappy_psi.sea.SeaWritable', '',
io='sea_stick',
sea_object='hcp',
)