From 4bb878a02b29a6768cbdb6de4d8dd6f52e2a5e27 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:57:44 +0100 Subject: [PATCH] Lint --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index 165438d..0da4cb3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -35,6 +35,7 @@ This document provides details on custom services designed for integration with ## Service Documentation ### Table of contents + | Service ID | Service Name | Description | |------------|--------------|-------------| | [`button`](#button-service-button) | [Button Service](#button-service-button) | Configures properties and state of buttons on a specified button page. | @@ -59,6 +60,7 @@ This document provides details on custom services designed for integration with | [`rtttl_play`](#rtttl-play-service-rtttl_play) | [RTTTL Play Service](#rtttl-play-service-rtttl_play) | Plays melodies encoded in the RTTTL format. | | [`value`](#value-service-value) | [Value Service](#value-service-value) | Updates an entity to display specific values. | | [`wake_up`](#wake-up-service-wake_up) | [Wake Up Service](#wake-up-service-wake_up) | Activates the display from a screensaver or low-brightness state. | + ### Button Service: `button` Configures the properties and state of buttons on a specified button page, allowing for dynamic updates to button appearance and behavior based on specified parameters.