Skip to content

List of removal reasons? #3926

Answered by kpine
bronger asked this question in Q&A
Oct 4, 2024 · 0 comment · 1 reply
Discussion options

You must be logged in to vote

That's a log message from Z-Wave JS UI, here.

Going to the driver docs for "node removed" controller event, you'll see the reason values defined:

enum RemoveNodeReason {
    /** The node was excluded by the user or an inclusion controller */
    Excluded,
    /** The node was excluded by an inclusion controller */
    ProxyExcluded,
    /** The node was removed using the "remove failed node" feature */
    RemoveFailed,
    /** The node was replaced using the "replace failed node" feature */
    Replaced,
    /** The node was replaced by an inclusion controller */
    ProxyReplaced,
    /** The node was reset locally and was auto-removed */
    Reset,
    /** SmartStart inclusion failed, …

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bronger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants