Sebastian
Sebastian
Could I ask, why not parse the endpoint for doubleclick ? Like so: in private Map parseReadAttrMessage(String description) {' ` def endpoint = description.split(",").find {it.split(":")[0].trim() == "endpoint"}?.split(":")[1].trim()` then `resultMap =...
> Could I ask, why not parse the endpoint for doubleclick ? > Like so: > > in private Map parseReadAttrMessage(String description) {' > ` def endpoint = description.split(",").find {it.split(":")[0].trim()...
@veeceeoh Hmmm, weird, my hub was able to parse endpoints at 24.20 (as it hasn't updated yet) Current FW: Firmware Version | 000.024.00020 Hardware Version | hub v2, UK customer...
@veeceeoh I see your point, a single DTH is the best option, I agree, and yes ofc I can test it! These days I'll poke around GitHUB and learn how...
Here is the testing result: https://pastebin.com/ESZMu7pt Other than a config error on update (10:53:29 PM: error java.lang.NullPointerException: Cannot invoke method toJson() on null object @line 352 (initialize)) and a few...
@veeceeoh Updated the DTH, will feedback with any issues I see I'm curious if I can make 2 sub-tiles for each button for a better looking layout.