A list of the IOTile project templates.
A list of the IOTile property templates.
The slug property of the device that will be fetched.
An IOTile Device.
The membership information of the User in the given Org
An IOTile project with the given id.
The slug property of the stream that will be fetched.
An IOTile Stream.
The slug property of the variable for which the vartype is associated.
An IOTile Variable.
The slug property of the variable that will be fetched.
An IOTile Variable.
A promise that will resolve with the http status.
default: fase. If set to true then the level will be set for all
child categories.
Generated using TypeDoc
method
iotile.cloud.service:IOTileCloud#fetchAllDevices
iotile.cloud.service:IOTileCloud
Fetches all available devices from the IOTile Cloud.
This is an async method!
Returns an array of Device objects with all devices retrieved.
// Get an array of all devices available var devices = await IOTileCloud.fetchAllDevices(); console.log("Found " + devices.length + " IOTile Devices!");