class Siemens::Desigo
- Siemens::Desigo
- PlaceOS::Driver
- Reference
- Object
Defined in:
siemens/desigo.crClass Method Summary
Instance Method Summary
- #commands(id : String)
-
#execute(id : String, property_name : String, command_id : String, command_inputs_for_execution : String)
Because of the introspect failing on generics, we can pass in the
command_inputs_for_execution
as a JSON string "[{"Name": "Value", "DataType": "ExtendedEnum", "Value": "1"}]" - #on_load
- #on_update
- #property_values(id : String)
- #values(id : String)
Class Method Detail
Instance Method Detail
def execute(id : String, property_name : String, command_id : String, command_inputs_for_execution : String)
#
Because of the introspect failing on generics,
we can pass in the command_inputs_for_execution
as a JSON string
"[{"Name": "Value", "DataType": "ExtendedEnum", "Value": "1"}]"