Update README.md

This commit is contained in:
MacSchlack
2022-04-15 07:05:07 +02:00
committed by GitHub
parent e1769335b2
commit 1c3359a13a

View File

@@ -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
}
```