IScriptUserFunction

class

IScriptUserFunction.

IScriptUserFunction

Bases: object

Script object interface for Scripting API of an user function instance attached to a device object.

id

Retrieves the user function id.

Type

string

name

Retrieves the user function name.

Type

string

description

Retrieves the user function description.

Type

string

is_active

Retrieves a value indicating whether user function is active.

Type

bool

activate

Activates the user function.

deactivate

Deactivates the user function.