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.
string
name
Retrieves the user function name.
string
description
Retrieves the user function description.
string
is_active
Retrieves a value indicating whether user function is active.
bool
activate
Activates the user function.
deactivate
Deactivates the user function.