bump version & protocol fix

This commit is contained in:
Xuwznln
2025-06-12 21:21:25 +08:00
parent 96f37b3b0d
commit 11e4f053f1
10 changed files with 197 additions and 253 deletions

View File

@@ -1,7 +1,7 @@
io_snrd:
description: IO Board with 16 IOs
class:
module: unilabos.device_comms.SRND_16_IO:SRND_16_IO
module: ilabos.device_comms.SRND_16_IO:SRND_16_IO
type: python
hardware_interface:
name: modbus_client

View File

@@ -71,3 +71,13 @@ solenoid_valve:
class:
module: unilabos.devices.pump_and_valve.solenoid_valve:SolenoidValve
type: python
status_types:
status: String
valve_position: String
action_value_mappings:
set_valve_position:
type: StrSingleInput
goal:
string: position
feedback: {}
result: {}