Skip to content

Commit d36b2a8

Browse files
authored
[basicprofiles] Add a table-of-contents at top of README.md (openhab#18058)
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent 5ac2780 commit d36b2a8

File tree

1 file changed

+13
-1
lines changed
  • bundles/org.openhab.transform.basicprofiles

1 file changed

+13
-1
lines changed

bundles/org.openhab.transform.basicprofiles/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Basic Profiles
22

3-
This bundle provides a list of useful Profiles.
3+
This bundle provides a list of useful Profiles:
4+
5+
| Profile | Description |
6+
| --------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
7+
| [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 |
416

517
## Generic Command Profile
618

0 commit comments

Comments
 (0)