supports#
- abstractmethod IntegrationNode.supports(feature_name: str) bool#
Get whether a given feature is supported by the node.
- Parameters:
- feature_name
str Name of the feature.
- feature_name
- Returns:
- bool
Whether the given feature is supported.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.