90 | | ||= Parameter =||= Meaning =||= 0.31 default =||= 0.37 default =|| |
91 | | || LCD_BaseDelay || Delay after redrawing any chunk of the screen || 2000 || 100 || |
92 | | || LCD_ClearDelay || Delay after clearing the screen || 0 || 500 || |
93 | | || LCD_LineDelay || Delay after redrawing each line of the screen || 0 || 100 || |
94 | | || LCD_CharDelay || Delay after redrawing each character of the screen || 0 || 10 || |
95 | | || LCD_ResponseDelay || Time needed to wait for a response after displaying a chunk || 30 || 30 || |
96 | | || LCD_BackoffDelay || Delay to add after each failed attempt to draw a chunk || 50 || 50 || |
97 | | || LCD_MaxParts || Maximum secions to draw in one chunk. Can be 1 or 2 || 1 || 2 || |
98 | | || LCD_UseClearScreen || 1 to clear the whole scree, 0 to clear individual lines || 1 || 1 || |
99 | | || LCD_Retries || maximum number of retries if redraw fails || 10 || 10 || |
100 | | ||ShowSingleDevice || Set to 0 to show both the Z-Wave and peer devices in UI5 || 1 || 1 || |
| 90 | ||= Parameter =||= Meaning =||= 0.31 default =||= 0.37 default =||= 0.39 default =|| |
| 91 | || LCD_BaseDelay || Delay after redrawing any chunk of the screen || 2000 || 100 || 300 || |
| 92 | || LCD_ClearDelay || Delay after clearing the screen || 0 || 500 || 500 || |
| 93 | || LCD_LineDelay || Delay after redrawing each line of the screen || 0 || 100 || 35 || |
| 94 | || LCD_CharDelay || Delay after redrawing each character of the screen || 0 || 10 || 8 || |
| 95 | || LCD_ResponseDelay || Time needed to wait for a response after displaying a chunk || 30 || 30 || 30 || |
| 96 | || LCD_BackoffDelay || Delay to add after each failed attempt to draw a chunk || 50 || 50 || 50 || |
| 97 | || LCD_MaxParts || Maximum secions to draw in one chunk. Can be 1 or 2 || 1 || 2 || 2 || |
| 98 | || LCD_UseClearScreen || 1 to clear the whole scree, 0 to clear individual lines || 1 || 1 || 1 || |
| 99 | || LCD_Retries || maximum number of retries if redraw fails || 10 || 10 || 0 || |
| 100 | || LDD_SwitchScreenDelay || Delaye befor swiching screens || 50 || 50 || 50 || |
| 101 | ||ShowSingleDevice || Set to 0 to show both the Z-Wave and peer devices in UI5 || 1 || 1 || 1 || |