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