Skip to content

Capability for CC refresh and Configuration Parameter Change via message to MQTT #3172

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

You must be logged in to vote

@apella12 I already sent you the link that pointed to the refreshCCValues api. That's easier to do, sendCommand api is more generic and allows you to send all supported CC commands but when there is a dedicated api I suggest you to use that instead.

Check https://zwave-js.github.io/zwave-js-ui/#/guide/mqtt?id=refreshccvalues

Topic

zwave/_CLIENTS/ZWAVE_GATEWAY-zwave-js-ui/api/refreshCCValues/set

Payload

{
    "args": [
        24,
        50
    ]
}

Replies: 3 comments 2 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
2 replies
@robertsLando
Comment options

Answer selected by apella12
@apella12
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants