Skip to content

septk/sigfox.js

Repository files navigation

SigfoxJS

Sigfox Logo img

[WIP]

const SigfoxApi = require('sigfox-js');

const apiConnection = new SigfoxApi({
  username: 'username',
  password: 'password'
});

const infoDevices = await connection.devices.getAllDevices();

To Do:

  • Users [x]
  • Coverages [ ]
  • Devices [ ]
  • Devices Types [ ]
  • Groups [ ]
  • Tiles [ ]