]> git.basschouten.com Git - openhab-addons.git/commit
[rfxcom] Add support for receiving RAW messages (#10833)
authorJames Hewitt <james.hewitt@gmail.com>
Mon, 14 Jun 2021 07:05:03 +0000 (08:05 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 07:05:03 +0000 (09:05 +0200)
commit793dbf3df56dd5600934a53af08c8c007fda4885
treecdd93efb5ba8f72dd7e0c9a2d3f2b378e76c54de
parent056690a7947c7fc3c003b1cdbbbd7876cbab9757
[rfxcom] Add support for receiving RAW messages (#10833)

This is a new feature in the Pro firmwares that provides the real raw RF
pulse lengths as shorts. Good for being able to parrot switches that aren't
otherwise supported, once we add the tx support as well.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
bundles/org.openhab.binding.rfxcom/README.md
bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/RFXComBindingConstants.java
bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComBaseMessage.java
bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComMessageFactory.java
bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComRawMessage.java [new file with mode: 0644]
bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/raw.xml [new file with mode: 0644]
bundles/org.openhab.binding.rfxcom/src/test/java/org/openhab/binding/rfxcom/internal/messages/RFXComRawMessageTest.java [new file with mode: 0644]