Search
Preparing search index...
The search index is not available
wideq
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"devices/dehumidifier"
DehumidifierDevice
Class DehumidifierDevice
Hierarchy
Device
DehumidifierDevice
Index
Constructors
constructor
Properties
client
device
model
monitor
Methods
get
Config
get
Control
load
poll
set
Air
Removal
set
Control
set
Mode
set
On
set
Wind
Strength
start
Monitor
stop
Monitor
Constructors
constructor
new
Dehumidifier
Device
(
client
:
Client
, device
:
DeviceInfo
)
:
DehumidifierDevice
Parameters
client:
Client
device:
DeviceInfo
Returns
DehumidifierDevice
Properties
client
client
:
Client
device
device
:
DeviceInfo
model
model
:
ModelInfo
Optional
monitor
monitor
:
Monitor
Methods
get
Config
get
Config
(
key
:
string
)
:
Promise
<
any
>
Parameters
key:
string
Returns
Promise
<
any
>
get
Control
get
Control
(
key
:
string
)
:
Promise
<
any
>
Parameters
key:
string
Returns
Promise
<
any
>
load
load
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
poll
poll
(
)
:
Promise
<
null
|
DehumidifierStatus
>
Returns
Promise
<
null
|
DehumidifierStatus
>
set
Air
Removal
set
Air
Removal
(
airRemoval
:
DehumidifierRACMode
)
:
Promise
<
void
>
Parameters
airRemoval:
DehumidifierRACMode
Returns
Promise
<
void
>
set
Control
set
Control
(
key
:
string
, value
:
any
)
:
Promise
<
any
>
Parameters
key:
string
value:
any
Returns
Promise
<
any
>
set
Mode
set
Mode
(
mode
:
DehumidifierOperationMode
)
:
Promise
<
void
>
Parameters
mode:
DehumidifierOperationMode
Returns
Promise
<
void
>
set
On
set
On
(
isOn
:
boolean
)
:
Promise
<
void
>
Turn on or off the device
Parameters
isOn:
boolean
Returns
Promise
<
void
>
set
Wind
Strength
set
Wind
Strength
(
windStrength
:
DehumidifierWindStrength
)
:
Promise
<
void
>
Parameters
windStrength:
DehumidifierWindStrength
Returns
Promise
<
void
>
start
Monitor
start
Monitor
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
Monitor
stop
Monitor
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
"cli"
"client"
"core/auth"
"core/constants"
"core/device"
"core/device-
info"
"core/errors"
"core/gateway"
"core/model-
info"
"core/monitor"
"core/request"
"core/session"
"devices/ac"
"devices/dehumidifier"
"devices/dishwasher"
"devices/dryer"
"devices/washer"
"index"
"utils"
Dehumidifier
Operation
Dehumidifier
Operation
Mode
DehumidifierRACMode
Dehumidifier
Wind
Strength
Dehumidifier
Device
constructor
client
device
model
monitor
get
Config
get
Control
load
poll
set
Air
Removal
set
Control
set
Mode
set
On
set
Wind
Strength
start
Monitor
stop
Monitor
Dehumidifier
Status
Generated using
TypeDoc
Turn on or off the device