forked from thingsboard/thingsboard.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thingsboard#73 from thingsboard/release/1.3-updates
Release/1.3 updates
- Loading branch information
Showing
35 changed files
with
272 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/user-guide/install/resources/1.3.1/thingsboard-centos-download.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3.1/thingsboard-1.3.1.rpm |
1 change: 1 addition & 0 deletions
1
docs/user-guide/install/resources/1.3.1/thingsboard-centos-installation.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sudo rpm -Uvh thingsboard-1.3.1.rpm |
1 change: 1 addition & 0 deletions
1
docs/user-guide/install/resources/1.3.1/thingsboard-ubuntu-download.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3.1/thingsboard-1.3.1.deb |
1 change: 1 addition & 0 deletions
1
docs/user-guide/install/resources/1.3.1/thingsboard-ubuntu-installation.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sudo dpkg -i thingsboard-1.3.1.deb |
2 changes: 1 addition & 1 deletion
2
docs/user-guide/install/resources/thingsboard-centos-download.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3/thingsboard-1.3.rpm | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3.1/thingsboard-1.3.1.rpm |
2 changes: 1 addition & 1 deletion
2
docs/user-guide/install/resources/thingsboard-centos-installation.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sudo rpm -Uvh thingsboard-1.3.rpm | ||
sudo rpm -Uvh thingsboard-1.3.1.rpm |
2 changes: 1 addition & 1 deletion
2
docs/user-guide/install/resources/thingsboard-ubuntu-download.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3/thingsboard-1.3.deb | ||
wget https://github.com/thingsboard/thingsboard/releases/download/v1.3.1/thingsboard-1.3.1.deb |
2 changes: 1 addition & 1 deletion
2
docs/user-guide/install/resources/thingsboard-ubuntu-installation.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sudo dpkg -i thingsboard-1.3.deb | ||
sudo dpkg -i thingsboard-1.3.1.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
layout: docwithnav | ||
assignees: | ||
- ikulikov | ||
title: Assets | ||
description: Thingsboard IoT Asset management | ||
|
||
--- | ||
|
||
Thingsboard support following asset management features using Web UI and [REST API](/docs/reference/rest-api/). | ||
|
||
* TOC | ||
{:toc} | ||
|
||
## Add and delete assets | ||
|
||
Tenant administrator is able to register new assets or delete them from Thingsboard. | ||
|
||
![image](/images/user-guide/ui/assets.png) | ||
|
||
## Get Asset Id | ||
|
||
Tenant administrator and customer users are able to copy asset id to clipboard using "Copy Asset Id" button. | ||
|
||
![image](/images/user-guide/ui/asset-id.png) | ||
|
||
## Assign assets to customers | ||
|
||
Tenant administrator is able to assign assets to certain [customer](/docs/user-guide/ui/customers/). | ||
This will allow Customer users to fetch asset data using REST APIs or Web UI. | ||
|
||
![image](/images/user-guide/ui/assign-asset-to-customer.png) | ||
|
||
## Manage asset attributes | ||
|
||
Tenant administrator and customer users are able to manage asset server-side [attributes](/docs/user-guide/attributes). | ||
|
||
![image](/images/user-guide/ui/asset-attributes.png) | ||
|
||
## Browse asset alarms | ||
|
||
Tenant administrator and customer users are able to browse asset [alarms](/docs/user-guide/alarms). | ||
|
||
![image](/images/user-guide/ui/asset-alarms.png) | ||
|
||
## Browse asset events | ||
|
||
Tenant administrator and customer users are able to browse events related to particular asset using "Events" tab. | ||
Lifecycle events and statistics are coming soon. | ||
|
||
## Manage asset relations | ||
|
||
Tenant administrator and customer users are able to manage asset [relations](/docs/user-guide/entities-and-relations). | ||
|
||
![image](/images/user-guide/ui/asset-relations.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters