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
|[Generic Command Profile](#generic-command-profile)| Sends a Command towards the Item when an event is triggered |
8
+
|[Generic Toggle Switch Profile](#generic-toggle-switch-profile)| Toggles a Switch Item when an event is triggered |
9
+
|[Debounce (Counting) Profile](#debounce-counting-profile)| Counts and skip a number of State changes |
10
+
|[Debounce (Time) Profile](#debounce-time-profile)| Reduces the frequency of commands/state updates |
11
+
|[Invert / Negate Profile](#invert--negate-profile)| Inverts or negate a Command / State |
12
+
|[Round Profile](#round-profile)| Reduces the number of decimal places from input data |
13
+
|[Threshold Profile](#threshold-profile)| Translates numeric input data to `ON` or `OFF` based on a threshold value |
14
+
|[Time Range Command Profile](#time-range-command-profile)| An enhanced implementation of a follow profile which converts `OnOffType` to a `PercentType`|
15
+
|[State Filter Profile](#state-filter-profile)| Filters input data using arithmetic comparison conditions |
0 commit comments