From 1c3359a13a5f2585c19f64a99a600de6726d68de Mon Sep 17 00:00:00 2001 From: MacSchlack <98868655+MacSchlack@users.noreply.github.com> Date: Fri, 15 Apr 2022 07:05:07 +0200 Subject: [PATCH] Update README.md --- ioBroker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ioBroker/README.md b/ioBroker/README.md index 1e51ffb2..410ae2ab 100644 --- a/ioBroker/README.md +++ b/ioBroker/README.md @@ -96,7 +96,8 @@ type PageItem = { interpolateColor: (boolean | undefined),// fade between color on and off, useColor on Page or PageItem must be enabled minValue: (number | undefined), // the minimum value for the fade calculation, if smaller the minimum value will be used maxValue: (number | undefined), // the maximum value for the fade calculation, if larger the maximum value will be used - name: (string | undefined) // the Name which should be displayed, default is the name of the object itself + name: (string | undefined), // the Name which should be displayed, default is the name of the object itself + unit: (string | undefined) // the unit which should be displayed, default is the unit of the object itself } ```