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
|**id**|**EntityId**| JSON object with the entity Id.|[optional]|
10
+
|**id**|**AssetProfileId**| JSON object with the Asset Profile Id. |[optional]|
11
11
|**name**|**String**| Entity Name |[optional]|
12
12
|**image**|**String**| Either URL or Base64 data of the icon. Used in the mobile application to visualize set of asset profiles in the grid view. |[optional]|
13
13
|**defaultDashboardId**|**DashboardId**| Reference to the dashboard. Used in the mobile application to open the default dashboard when user navigates to asset details. |[optional]|
Copy file name to clipboardExpand all lines: ce/docs/Device.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
|**name**|**String**| Unique Device Name in scope of Tenant ||
15
15
|**type**|**String**| Device Profile Name |[optional]|
16
16
|**label**|**String**| Label that may be used in widgets |[optional]|
17
-
|**deviceProfileId**|**DeviceProfileId**| JSON object with Device Profile Id. ||
17
+
|**deviceProfileId**|**DeviceProfileId**| JSON object with Device Profile Id. If not provided, the type will be used to determine the profile. If neither deviceProfileId nor type is specified, the default device profile will be used. |[optional]|
18
18
|**firmwareId**|**OtaPackageId**| JSON object with Ota Package Id. |[optional]|
19
19
|**softwareId**|**OtaPackageId**| JSON object with Ota Package Id. |[optional]|
Copy file name to clipboardExpand all lines: ce/docs/DeviceInfo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
|**name**|**String**| Unique Device Name in scope of Tenant ||
15
15
|**type**|**String**| Device Profile Name |[optional]|
16
16
|**label**|**String**| Label that may be used in widgets |[optional]|
17
-
|**deviceProfileId**|**DeviceProfileId**| JSON object with Device Profile Id. ||
17
+
|**deviceProfileId**|**DeviceProfileId**| JSON object with Device Profile Id. If not provided, the type will be used to determine the profile. If neither deviceProfileId nor type is specified, the default device profile will be used. |[optional]|
18
18
|**firmwareId**|**OtaPackageId**| JSON object with Ota Package Id. |[optional]|
19
19
|**softwareId**|**OtaPackageId**| JSON object with Ota Package Id. |[optional]|
|**id**|**EntityId**| JSON object with the entity Id.|[optional]|
10
+
|**id**|**DeviceProfileId**| JSON object with the Device Profile Id. |[optional]|
11
11
|**name**|**String**| Entity Name |[optional]|
12
12
|**image**|**String**| Either URL or Base64 data of the icon. Used in the mobile application to visualize set of device profiles in the grid view. |[optional]|
13
13
|**defaultDashboardId**|**DashboardId**| Reference to the dashboard. Used in the mobile application to open the default dashboard when user navigates to device details. |[optional]|
|**id**|**DashboardId**| JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. |[optional]|
11
+
|**createdTime**|**Long**| Timestamp of the dashboard creation, in milliseconds |[optional][readonly]|
12
+
|**tenantId**|**TenantId**| JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. |[optional][readonly]|
13
+
|**title**|**String**| Title of the dashboard. ||
14
+
|**name**|**String**| Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. |[optional][readonly]|
15
+
|**image**|**String**| Thumbnail picture for rendering of the dashboards in a grid view on mobile devices. |[optional][readonly]|
16
+
|**mobileHide**|**Boolean**| Hide dashboard from mobile devices. Useful if the dashboard is not designed for small screens. |[optional][readonly]|
17
+
|**mobileOrder**|**Integer**| Order on mobile devices. Useful to adjust sorting of the dashboards for mobile applications |[optional][readonly]|
18
+
|**assignedCustomers**|**Set\<ShortCustomerInfo\>**| List of assigned customers with their info. |[optional]|
19
+
|**_configuration**|**com.fasterxml.jackson.databind.JsonNode**| JSON object with main configuration of the dashboard: layouts, widgets, aliases, etc. The JSON structure of the dashboard configuration is quite complex. The easiest way to learn it is to export existing dashboard to JSON. |[optional]|
Copy file name to clipboardExpand all lines: ce/docs/RuleChainMetaData.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ A JSON value representing the rule chain metadata.
15
15
|**nodes**|**List\<RuleNode\>**| List of rule node JSON objects ||
16
16
|**connections**|**List\<NodeConnectionInfo\>**| List of JSON objects that represent connections between rule nodes ||
17
17
|**ruleChainConnections**|**List\<RuleChainConnectionInfo\>**| List of JSON objects that represent connections between rule nodes and other rule chains. ||
18
+
|**notes**|**List\<RuleChainNote\>**| List of sticky notes placed on the rule chain canvas |[optional]|
0 commit comments