Resource Information (Manuals, Reset videos, Install, etc)
Support added December 2021
The Settings > Resources tab will show device information, specs, videos, etc. This information can be useful to our customers so that they have a place to refer to when looking for information on or help with their sensor.
How to populate Resources info
All information comes from the Device Template being used.
General info - contains basic information such as Name (from template name), Description, Manufacturer, Model, etc. This information is found on the General tab.
Links - Links are optional and are added from the Attributes tab by defining a new
resource_links
attribute. This new attribute defines the list of links to show below the general info which allows link to manuals, videos, inserts, etc.
Defining new resource_links attribute
Supports one or more entries for link data that exists for the device.
Each link entry must contain:
order: as number - controls order of this item in the list.
name: as text - the displayed name for this item.
url: as url text - the link to the source that gets opened if the user selects it.
Icon will be generated / pulled automatically and as such does not need to be specified.
Example:
[
{
"order": 0,
"name": "Datasheet",
"url": "https://www.dragino.com/downloads/downloads/LHT65/Datasheet_LHT65_LoRaWAN_Temperature_Humidity_Sensor.pdf"
},
{
"order": 1,
"name": "Sample integration data",
"url": "https://www.dropbox.com/s/o50c5u7ysbsgx8q/data.json?dl=0"
},
{
"order": 2,
"name": "Device Image",
"url": "https://res.cloudinary.com/dctlrnwuz/image/upload/v1568918544/dragino_usvlsy.jpg"
},
{
"order": 3,
"name": "Unboxing Video",
"url": "https://www.youtube.com/embed/lOQFHc-XSpw"
},
{
"order": 4,
"name": "Activation Video",
"url": "https://www.youtube.com/embed/Y9QZJgWkvLc"
},
{
"order": 5,
"name": "Installation Video",
"url": "https://www.youtube.com/embed/S5_1jcHjeSo"
},
{
"order": 6,
"name": "Installation with Probe Video",
"url": "https://www.youtube.com/embed/-Vjq4xWqLTw"
},
{
"order": 7,
"name": "Installation Insert",
"url": "https://dashboard.mydevices.company/wp-content/uploads/sites/18/2020/10/drag-lht65000_installation.jpg"
},
{
"order": 8,
"name": "Reset Video",
"url": "https://www.youtube.com/embed/3qBuOWjOYWo"
}
]