2018-08-19 20:29:08 +00:00
|
|
|
# Describes the format for available IHC services
|
2018-01-20 15:29:50 +00:00
|
|
|
|
|
|
|
set_runtime_value_bool:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: Set a boolean runtime value on the IHC controller.
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
2021-01-30 11:46:50 +00:00
|
|
|
controller_id:
|
|
|
|
description: |
|
|
|
|
If you have multiple controller, this is the index of you controller
|
|
|
|
starting with 0 (0 is default)
|
|
|
|
example: 0
|
2018-01-20 15:29:50 +00:00
|
|
|
ihc_id:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The integer IHC resource ID.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 123456
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The boolean value to set.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: true
|
2018-01-20 15:29:50 +00:00
|
|
|
|
|
|
|
set_runtime_value_int:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: Set an integer runtime value on the IHC controller.
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
2021-01-30 11:46:50 +00:00
|
|
|
controller_id:
|
|
|
|
description: |
|
|
|
|
If you have multiple controller, this is the index of you controller
|
|
|
|
starting with 0 (0 is default)
|
|
|
|
example: 0
|
2018-01-20 15:29:50 +00:00
|
|
|
ihc_id:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The integer IHC resource ID.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 123456
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The integer value to set.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 50
|
2018-01-20 15:29:50 +00:00
|
|
|
|
|
|
|
set_runtime_value_float:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: Set a float runtime value on the IHC controller.
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
2021-01-30 11:46:50 +00:00
|
|
|
controller_id:
|
|
|
|
description: |
|
|
|
|
If you have multiple controller, this is the index of you controller
|
|
|
|
starting with 0 (0 is default)
|
|
|
|
example: 0
|
2018-01-20 15:29:50 +00:00
|
|
|
ihc_id:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The integer IHC resource ID.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 123456
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
2018-12-19 11:39:16 +00:00
|
|
|
description: The float value to set.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 1.47
|
2018-01-20 15:29:50 +00:00
|
|
|
|
2019-03-01 07:17:59 +00:00
|
|
|
pulse:
|
|
|
|
description: Pulses an input on the IHC controller.
|
|
|
|
fields:
|
2021-01-30 11:46:50 +00:00
|
|
|
controller_id:
|
|
|
|
description: |
|
|
|
|
If you have multiple controller, this is the index of you controller
|
|
|
|
starting with 0 (0 is default)
|
|
|
|
example: 0
|
2019-03-01 07:17:59 +00:00
|
|
|
ihc_id:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: The integer IHC resource ID.
|
2021-01-30 11:46:50 +00:00
|
|
|
example: 123456
|