]> git.basschouten.com Git - openhab-addons.git/commit
[rollershutterposition] Initial contribution (#13259)
authorjsjames <jeff@james-online.com>
Sun, 26 Feb 2023 21:54:27 +0000 (13:54 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 21:54:27 +0000 (22:54 +0100)
commitfe0f49ea63f05627ac7e3fb34a50da3c7d225dc6
treed9c97c55a4b91669e8ac3e7ec420434e82565ca4
parent60d70efce62a6960845812e3a1352334bb80bd20
[rollershutterposition] Initial contribution (#13259)

* Initial contribution

Signed-off-by: Jeff James <jeff@james-online.com>
13 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.transform.rollershutterposition/NOTICE [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/README.md [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/pom.xml [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/java/org/openhab/transform/rollershutterposition/internal/RollerShutterPositionConstants.java [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/java/org/openhab/transform/rollershutterposition/internal/RollerShutterPositionProfile.java [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/java/org/openhab/transform/rollershutterposition/internal/RollerShutterPositionProfileFactory.java [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/java/org/openhab/transform/rollershutterposition/internal/config/RollerShutterPositionConfig.java [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/resources/OH-INF/config/rollerShutterPosition.xml [new file with mode: 0644]
bundles/org.openhab.transform.rollershutterposition/src/main/resources/OH-INF/i18n/rollershutter.properties [new file with mode: 0644]
bundles/pom.xml