This is the ThingsDB documentation for version v0, click here for the latest version!

on-stop

A stop event will be pushed as soon as a thing is no longer being watched.

This event is not pushed when a connection to a node is lost but only when watching is stopped by the user.

Example watch stop event in JSON format:

{
    "#": 42
}