Heartbeat
Send heartbeat to notify the node you are awake.
Example
client.api.heartbeat(function(err, result) {
if (err) return console.error(err);
console.log(result);
});
Returns
null
Last updated
Send heartbeat to notify the node you are awake.
client.api.heartbeat(function(err, result) {
if (err) return console.error(err);
console.log(result);
});
null
Last updated