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 d33f2f4
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 | ID |
|-----------------------------------------------------------------|----------------------|
| [Generic Command Profile](#generic-command-profile) | `generic-command` |
| [Generic Toggle Switch Profile](#generic-toggle-switch-profile) | `toggle-switch` |
| [Debounce (Counting) Profile](#debounce-counting-profile) | `debounce-counting` |
| [Debounce (Time) Profile](#debounce-time-profile) | `debounce-time` |
| [Invert / Negate Profile](#invert--negate-profile) | `invert` |
| [Round Profile](#round-profile) | `round` |
| [Threshold Profile](#threshold-profile) | `threshold` |
| [Time Range Command Profile](#time-range-command-profile) | `time-range-command` |
| [State Filter Profile](#state-filter-profile) | `state-filter` |

## Generic Command Profile

Expand Down

0 comments on commit d33f2f4

Please sign in to comment.