Adrián Boimvaser
Adrián Boimvaser
Last release in Maven central repository was 28-Dec-2015. How can I contribute to make it move forward?
I suspect one of these is actually `0x08`: https://github.com/SiliconLabs/gecko_sdk/blob/991121c706578c9a2135b6f75cc88856e8c64bdc/protocol/z-wave/ZWave/API/ZW_transport_api.h#L46-L47
@cdjackson can you explain the reason for skipping polling on `COMMAND_CLASS_BASIC`? https://github.com/skyboxcapital/org.openhab.binding.zwave/blob/81674b736a7a43ffe59c61368b7d76e65e7dd957/src/main/java/org/openhab/binding/zwave/handler/ZWaveThingHandler.java#L394-L399 I'm running into an issue with `yrd110_0_0` (YRD110 Yale button deadbolt without keyway). `yrd110_0_0.xml` declares `COMMAND_CLASS_DOOR_LOCK`, so it's...
Ran into this error when trying to add codes to a log (PUT /things/{uid}/config) or change any other configuration in the lock, ``` 2021-04-05 22:10:02.097 [ERROR] [st.core.internal.thing.ThingResource] - Exception during...
Trying to use string substitution like described in https://mybatis.org/mybatis-3/sqlmap-xml.html#String_Substitution ``` UPDATE ${tableName} SET ... ``` I get the following error: ``` java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax;...
`713752e1` is a number in scientific notation. It would be great if I could tell PapaParse to only treat these as strings.