Get joint

Request data of a specific unit.

const unit = 'k37Xlns198EHCtubX5X0kqbrnC9XYVTa0aFpR78gidM=';

client.request('get_joint', unit, function(err, result) {
  console.log(result);
});

Last updated