* Added IHC platform * Updated requirements for IHC platform * Exclude IHC from test * Correcting flake8 issues * Fixing more flake8 issues * Fixed flake8 issues * Fixing pylint issues * Fixed flake8 issues * Changes from PR review. * STATE_UNKNOWN changed to None * Spelling mistake in comment * Added IHC platform * Updated requirements for IHC platform * Exclude IHC from test * Correcting flake8 issues * Fixing more flake8 issues * Fixed flake8 issues * Fixing pylint issues * Fixed flake8 issues * Changes from PR review. * STATE_UNKNOWN changed to None * Spelling mistake in comment * Updated requirements_all.txt with gen_requirements_app.py * Pylint fix: No space allowed around keyword argument assignment * PR review changes * Moved auto setup from platforms to ihc component * Do no auto setup if there are no IHC products found * Changes from PR review
27 lines
690 B
YAML
27 lines
690 B
YAML
# Describes the format for available ihc services
|
|
|
|
set_runtime_value_bool:
|
|
description: Set a boolean runtime value on the ihc controller
|
|
fields:
|
|
ihc_id:
|
|
description: The integer ihc resource id
|
|
value:
|
|
description: The boolean value to set
|
|
|
|
set_runtime_value_int:
|
|
description: Set an integer runtime value on the ihc controller
|
|
fields:
|
|
ihc_id:
|
|
description: The integer ihc resource id
|
|
value:
|
|
description: The integer value to set
|
|
|
|
set_runtime_value_float:
|
|
description: Set a float runtime value on the ihc controller
|
|
fields:
|
|
ihc_id:
|
|
description: The integer ihc resource id
|
|
value:
|
|
description: The float value to set
|
|
|