You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply adding createAsset("temp", "Home Temperature", "sensor", "number") in your setup() function will create a new Sensor asset 'temp' with data type 'number' on your AllThingsTalk when the device boots.
When debug is enabled, you'll be able to see live results of new asset creation.
Almost all examples have been updated to utilize this new feature.
Added new methods for checking if SDK features are enabled or disabled:
wifiSignalReporting() returns true or false
connectionLed() returns true or false
Added boolean returns to functions (that were previously void) to enable user to check if actions were performed successfully: