Skip to content

Commit

Permalink
[basicprofiles] Add a table-of-contents at top of README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng committed Jan 7, 2025
1 parent 7639b1c commit 0ef2d5c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bundles/org.openhab.transform.basicprofiles/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Basic Profiles

This bundle provides a list of useful Profiles.
This bundle provides a list of useful Profiles:

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

## Generic Command Profile

Expand Down

0 comments on commit 0ef2d5c

Please sign in to comment.