UNPKG

sigfox-aws-ubidots

Version:

sigfox-aws adapter for integrating Sigfox devices with Ubidots

19 lines (14 loc) 429 B
describe('Datasource', function () { describe('#getDetails', function () { it('should get datasource details'); }); describe('#createVariable', function () { it('should create a variable in this datasource'); }); describe('#getVariables', function () { it('should get variables associated to this datasource') }); describe('#delete', function () { it('should delete this datasource'); }); });