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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,22 @@ Sharing can be enabled/disabled by setting true/false value of `isNodeSharingSup
119
119
Sharing feature is optional but enabled by default.
120
120
Add `isNodeSharingSupported=false` in `local.properties` file to disable this feature.
121
121
122
+
### Device Automation
123
+
124
+
Device Automation is a set of actions that will be triggered based on the completion of certain events. For example, the user can set an event as the Temperature sensor equals 35 degrees celsius. Then based on this event user can trigger different actions like Switching on AC or Setting the AC temperature to 20 degrees celsius or a combination of both.
125
+
126
+
Users will be allowed to perform different automation operations in the app as mentioned below:
127
+
128
+
1. Adding new automation.
129
+
2. Updating existing automation.
130
+
3. Enabling/disabling automation triggers.
131
+
4. Deleting automation.
132
+
5. Receiving notifications related to triggered automation.
133
+
134
+
Device automation can be enabled/disabled by setting true/false value of `isAutomationSupported` field in `local.properties`.
135
+
Device automation is optional but enabled by default.
136
+
Add `isAutomationSupported=false` in `local.properties` file to disable this feature.
137
+
122
138
### Time Series
123
139
124
140
- Time series allows a user to see historical values of parameters plotted as a bar or line chart.
0 commit comments