@signageos/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Device
Remote
Control
Management
constructor
options
list
set
get
Url
Hierarchy
DeviceRemoteControlManagement
Index
Constructors
constructor
Properties
options
Methods
list
set
get
Url
Constructors
constructor
new
Device
Remote
Control
Management
(
options
:
IOptions
)
:
DeviceRemoteControlManagement
Parameters
options:
IOptions
Returns
DeviceRemoteControlManagement
Properties
Private
options
options
:
IOptions
Methods
list
list
(
deviceUid
:
string
)
:
Promise
<
IDeviceRemoteControl
[]
>
Parameters
deviceUid:
string
Returns
Promise
<
IDeviceRemoteControl
[]
>
set
set
(
deviceUid
:
string
, settings
:
IDeviceRemoteControlUpdatable
)
:
Promise
<
void
>
Parameters
deviceUid:
string
settings:
IDeviceRemoteControlUpdatable
Returns
Promise
<
void
>
Static
Private
get
Url
get
Url
(
deviceUid
:
string
)
:
string
Parameters
deviceUid:
string
Returns
string
Generated using
TypeDoc