Skip to content

How to schedule simple commands? #3509

Answered by robertsLando
akauppi asked this question in Q&A
Discussion options

You must be logged in to vote

Here is your driver function to write true on that specific switch:

const zwaveClient = this.zwaveClient

const vId = {
    nodeId: 2,
    commandClass: 37,
    endpoint: 0,
    property: 'targetValue',
}

zwaveClient.writeValue(vId, true)

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@robertsLando
Comment options

@akauppi
Comment options

@robertsLando
Comment options

@robertsLando
Comment options

@akauppi
Comment options

Answer selected by robertsLando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #3507 on January 08, 2024 13:19.