UNPKG

domotz-remote-pawn

Version:

Domotz Agent

12 lines (9 loc) 285 B
var jayson = require('./../..'); var client = jayson.client.http({ port: 3000 }); // the third parameter is set to "null" to indicate a notification client.request('ping', [], null, function(err) { if(err) throw err; console.log('ok'); // request was received successfully });