-
-
Notifications
You must be signed in to change notification settings - Fork 6
Driver API
Marcus Davies edited this page Jul 22, 2021
·
12 revisions
The Driver API, contains a small set of methods to aid in your setup. It also allows to obtain some network stats
get the entire Value Database for your Network.
let Message = {
payload: {
mode: "DriverAPI",
method: "getValueDB",
params: [...<NodeIDs>] /* Optional */
}
}
return Message
Get Controller Network stats
let Message = {
payload: {
mode: "DriverAPI",
method: "getControllerStatistics",
}
}
return Message
Get ZWave Node Network stats
let Message = {
payload: {
mode: "DriverAPI",
method: "getNodeStatistics",
params: [...<NodeIDs>] /* Optional */
}
}
return Message
- getPowerlevel
- getRFRegion
- toggleRF
- getNodes
- keepNodeAwake
- getNodeNeighbors
- setNodeName
- setNodeLocation
- refreshInfo
- healNode
- beginHealingNetwork
- stopHealingNetwork
- removeFailedNode
- proprietaryFunction