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