class
IScriptDeviceIntegration.
IScriptDeviceIntegration
Bases: object
Script object interface for Scripting API attached to a script device object
is_supported
Retrieves a value indicating whether Device Integration features are supported.
bool
all_user_functions
Retrieves the available user functions.
Array of IScriptUserFunction
active_user_functions
Retrieves the active user functions.
Array of IScriptUserFunction
inactive_user_functions
Retrieves the inactive user functions.
Array of IScriptUserFunction
device_variant
Retrieves or sets the device variant.
int
get_user_function_by_id
id
Retrieves the user function by identifier.
id (string) -- The identifier.
The requested user function
enabled_state
Retrieves information whether device integration feature is enabled.
DeviceIntegrationEnabledState
enable
Enables the device integration feature for this device instance.
disable
Disables the device integration feature for this device instance.