We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hubitat/Drivers/Leviton/DZ6HD-Dimmer.groovy
Lines 22 to 29 in 3a3e67d
Suggestion: Set defaultValue of each parameter to the default listed in the manual, per below
Fade On Time configParam1 default: 2 Fade Off Time configParam2 default: 2 Minimum Light Level configParam3 default: 10 Maximum Light Level configParam4 default: 100 Preset Light Level configParam5 default: 0 LED Dim Level Indicator Timeout configParam6 default: 3 Locator LED Status configParam7 default: 255 (or 0xFF) Load Type configParam8 default: 0 (or 0x00)
configParam1
configParam2
configParam3
configParam4
configParam5
configParam6
configParam7
0xFF
configParam8
0x00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hubitat/Drivers/Leviton/DZ6HD-Dimmer.groovy
Lines 22 to 29 in 3a3e67d
Suggestion:
Set defaultValue of each parameter to the default listed in the manual, per below
Fade On Time
configParam1
default: 2Fade Off Time
configParam2
default: 2Minimum Light Level
configParam3
default: 10Maximum Light Level
configParam4
default: 100Preset Light Level
configParam5
default: 0LED Dim Level Indicator Timeout
configParam6
default: 3Locator LED Status
configParam7
default: 255 (or0xFF
)Load Type
configParam8
default: 0 (or0x00
)The text was updated successfully, but these errors were encountered: