Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rfxcom] Added Cherubini blinds support (openhab#7418)
* Update RFXComBlinds1Message.java Added Cherubini blinds for the Blinds1 (support for Cherubini was added in RFXCom in Version 5.68 - 26/02/2020 ). I have Cherubini blinds and this very simple addon to the enum does the trick. The deviceId can be found in RFXMgr when sending a command id1-3 = 103000 decimal:1060864 it's the decimal part to which you add .0 Thing blinds1 Salon "Volet Salon" [ deviceId="1060864.0", subType="18" ] Please note that there is also T14, T15, T16, T17, maybe support for them is also as easy as completing the enum ... since I cannot test, I didn't add them. * Update RFXComBlinds1Message.java Fixes openhab#7417 Signed-off-by: Fabien Le Bars <[email protected]>
- Loading branch information