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-08-19 20:29:08 +00:00
|
|
|
description: Set a boolean runtime value on the IHC controller
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
|
|
|
ihc_id:
|
2018-08-19 20:29:08 +00:00
|
|
|
description: The integer IHC resource id
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
|
|
|
description: The boolean value to set
|
|
|
|
|
|
|
|
set_runtime_value_int:
|
2018-08-19 20:29:08 +00:00
|
|
|
description: Set an integer runtime value on the IHC controller
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
|
|
|
ihc_id:
|
2018-08-19 20:29:08 +00:00
|
|
|
description: The integer IHC resource id
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
|
|
|
description: The integer value to set
|
|
|
|
|
|
|
|
set_runtime_value_float:
|
2018-08-19 20:29:08 +00:00
|
|
|
description: Set a float runtime value on the IHC controller
|
2018-01-20 15:29:50 +00:00
|
|
|
fields:
|
|
|
|
ihc_id:
|
2018-08-19 20:29:08 +00:00
|
|
|
description: The integer IHC resource id
|
2018-01-20 15:29:50 +00:00
|
|
|
value:
|
|
|
|
description: The float value to set
|
|
|
|
|