Global

Methods

newUnixClient(optsnullable) → {StreamduckClient}

Initializes a new Unix Domain Socket based Streamduck client
Parameters:
Name Type Attributes Description
opts Object <nullable>
Options for client. timeout - Request timeout, default 5000; reconnect - Automatically reconnects to daemon, default true
Returns:
Type Description
StreamduckClient Client that might still be connecting, check with is_connected method
Source:

newUnixClient(optsnullable) → {StreamduckClient}

Initializes a new Unix Domain Socket based Streamduck client
Parameters:
Name Type Attributes Description
opts Object <nullable>
Options for client. timeout - Request timeout, default 5000; reconnect - Automatically reconnects to daemon, default true
Returns:
Type Description
StreamduckClient Client that might still be connecting, check with is_connected method
Source:

newWindowsClient(optsnullable) → {StreamduckClient}

Initializes a new Windows Named Pipes based Streamduck client
Parameters:
Name Type Attributes Description
opts Object <nullable>
Options for client. timeout - Request timeout, default 5000; reconnect - Automatically reconnects to daemon, default true
Returns:
Type Description
StreamduckClient Client that might still be connecting, check with is_connected method
Source:

newWindowsClient(optsnullable) → {StreamduckClient}

Initializes a new Windows Named Pipes based Streamduck client
Parameters:
Name Type Attributes Description
opts Object <nullable>
Options for client. timeout - Request timeout, default 5000; reconnect - Automatically reconnects to daemon, default true
Returns:
Type Description
StreamduckClient Client that might still be connecting, check with is_connected method
Source:

Type Definitions

Button

Button object
Source:

Button

Button object
Source:

DeviceConfig

Device Config object
Source:

DeviceConfig

Device Config object
Source:

EventListener(event)

Event listener
Parameters:
Name Type Description
event Object Event data
Source:

EventListener(event)

Event listener
Parameters:
Name Type Description
event Object Event data
Source:

Panel

Panel object
Source:

Panel

Panel object
Source:

Value

Value object
Source:

Value

Value object
Source: