AbstractFrontPanelService

AbstractFrontPanelService ⇐ Abstract

Kind: global abstract class
Extends: Abstract
Service:

open() ⇒ Promise.<this>

Wakeup the box

Kind: instance method of AbstractFrontPanelService
Returns: Promise.<this> - A Promise resolved when the power status has actually changed.

close() ⇒ Promise.<this>

Standby the box

Kind: instance method of AbstractFrontPanelService
Returns: Promise.<this> - A Promise resolved when the power status has actually changed.

write(message) ⇒ Promise.<state>

Get the box status

Kind: instance method of AbstractFrontPanelService
Returns: Promise.<state> - A Promise resolved when the box status is retreive.

ParamType
messagestring

setBrightness(brightness) ⇒ Promise.<state>

Set the brightness of the front panel

Kind: instance method of AbstractFrontPanelService
Returns: Promise.<state> - A Promise resolved when the brightness is setted.

ParamType
brightnessnumber

getBrightness([options]) ⇒ Promise.<state>

Get the brightness of the front panel

Kind: instance method of AbstractFrontPanelService
Returns: Promise.<state> - A Promise resolved when the brightness is getted.

ParamType
[options]Object

BRIGHTNESS_LOW : number

Kind: static constant of AbstractFrontPanelService

BRIGHTNESS_MEDIUM : number

Kind: static constant of AbstractFrontPanelService

BRIGHTNESS_HIGH : number

Kind: static constant of AbstractFrontPanelService