From f74e0382d63ff8933de43fa95c49c057b970eaad Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Fri, 22 Nov 2024 21:18:24 +0100 Subject: [PATCH] Update README.md - add staticInfo to index (#2823) The new component staticInfo wass missing at Index / content section --- packages/jsonConfig/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/jsonConfig/README.md b/packages/jsonConfig/README.md index 4f0c8a6f0..3ff7f6bc2 100644 --- a/packages/jsonConfig/README.md +++ b/packages/jsonConfig/README.md @@ -170,8 +170,9 @@ You can install it via GitHub icon in admin by entering `iobroker.jsonconfig-dem - [**`sendTo`:**](#sendto) Button that sends a request to an instance - [**`setState`:**](#setstate) Button that sets an instance's state - [**`slider`:**](#slider) Slider for selecting a value within a range (Admin 6 only) -- [**`state`:**](#state) (admin >= 7.1.0) Show control or information from the state +- [**`state`:**](#state) Show control or information from the state (admin >= 7.1.0) - [**`staticImage`:**](#staticimage) Displays a static image +- [**`staticInfo`:**](#staticinfo) Shows static information in preformatted form, like "Title: value unit" (admin >= 7.3.3) - [**`staticLink`:**](#staticlink) Creates a static link - [**`staticText`:**](#statictext) Displays static text (e.g., description) - [**`coordinates`:**](#coordinates) Determines current location and used `system.config` coordinates if not possible in form "latitude,longitude"