View Device
To view details of a particular device:
- Navigate to the "Devices" view in the main menu
- Click on the device you would like to view
The user will be shown all of the properties of the device and their current values.
Device view
Note: A page reload is currently needed to update the value of a property when it changes.
Technical Note: Krellian Cloud currently only supports properties with a type of
boolean
,integer
,number
orstring
. Web things are expected to provide areadallproperties
operation conforming to the HTTP Basic Profile. The properties endpoint may use HTTP Bearer authentication, but only if the thing description of the web thing used the same Bearer token during security bootstrapping.