sigfox-aws-ubidots
Version:
sigfox-aws adapter for integrating Sigfox devices with Ubidots
23 lines (17 loc) • 458 B
JavaScript
describe('Variable', function () {
describe('#getDetails', function () {
it('should return variable details');
});
describe('#saveValue', function () {
it('should save a value');
});
describe('#getValues', function () {
it('should get the values');
});
describe('#deleteValues', function () {
it('should delete a range of values');
});
describe('#delete', function () {
it('should delete this variable');
});
});