I think I have identified and fixed all the issues with these 2 devices on ST… I have issued a pull request on github… But if you want to test these new handlers before they are merged see below:
/**
* Copyright 2019 Inovelli / Eric Maycock
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under the License.
*
* Inovelli Bulb Multi-Color
*
* Author: Eric Maycock
* Date: 2020-02-15
*/
metadata {
definition (name: "Inovelli Bulb Multi-Color", namespace: "InovelliUSA", author: "erocm123", ocfDeviceType: "oic.d.light", vid: "generic-rgbw-color-bulb") {
This file has been truncated. show original
/**
* Copyright 2019 Inovelli / Eric Maycock
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under the License.
*
* Inovelli Bulb Multi-White
*
* Author: Eric Maycock
* Date: 2019-9-9
*/
metadata {
definition (name: "Inovelli Bulb Multi-White", namespace: "InovelliUSA", author: "erocm123",
This file has been truncated. show original
I have updated these handlers with the improvements made to the HE drivers yesterday…