IScriptDeviceIntegration

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.

Type

bool

all_user_functions

Retrieves the available user functions.

Type

active_user_functions

Retrieves the active user functions.

Type

inactive_user_functions

Retrieves the inactive user functions.

Type

device_variant

Retrieves or sets the device variant.

Type

int

get_user_function_by_id

id

Retrieves the user function by identifier.

Parameters

id (string) -- The identifier.

Returns

The requested user function

Return type

enabled_state

Retrieves information whether device integration feature is enabled.

Type

DeviceIntegrationEnabledState

enable

Enables the device integration feature for this device instance.

disable

Disables the device integration feature for this device instance.