Skip to content

Is it possible to manually set an Endpoint/device offline ? #1047

Answered by Apollon77
MatthieuCa asked this question in Q&A
Discussion options

You must be logged in to vote

Offline aka "unreachable but still leave it included"?

then this should be (IF reachable was used when initializing the server!)

serverNode.set({basicInformation: { reachable: false}});

or for a bridged endpoint use

endpoint.set({bridgedDeviceBasicInformation: { reachable: false }});

I honestly did not tested this, so please check if it works. if not I will look deeper.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MatthieuCa
Comment options

@MatthieuCa
Comment options

@Apollon77
Comment options

Answer selected by MatthieuCa
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