White fader not shown with RGBW devices and RGBWZ is missing
Posted: Wednesday 19 February 2020 13:38
Hi
2 issues with RGBW devices in Dashticz:
in main.js is RGBWZ missing, I changed it to:
function isRGBDeviceAndEnabled(device) {
return (typeof (settings['no_rgb']) === 'undefined' ||
(typeof (settings['no_rgb']) !== 'undefined' &&
parseFloat(settings['no_rgb']) === 0)) &&
(device['SubType'] === 'RGBWZ' || device['SubType'] === 'RGBW' || device['SubType'] === 'RGBWW' || device['SubType'] === 'RGB' || device['SubType'] === 'RGBWWZ' );
}
I use RGBWZ and RGBWWZ devices:
the White/Tone fader is missing in Dashticz, I can only control the RGB colors, not the White and Tone Led's
is it possible to enable the white fader somewhere?
2 issues with RGBW devices in Dashticz:
in main.js is RGBWZ missing, I changed it to:
function isRGBDeviceAndEnabled(device) {
return (typeof (settings['no_rgb']) === 'undefined' ||
(typeof (settings['no_rgb']) !== 'undefined' &&
parseFloat(settings['no_rgb']) === 0)) &&
(device['SubType'] === 'RGBWZ' || device['SubType'] === 'RGBW' || device['SubType'] === 'RGBWW' || device['SubType'] === 'RGB' || device['SubType'] === 'RGBWWZ' );
}
I use RGBWZ and RGBWWZ devices:
the White/Tone fader is missing in Dashticz, I can only control the RGB colors, not the White and Tone Led's
is it possible to enable the white fader somewhere?