]> git.basschouten.com Git - openhab-addons.git/commit
[pidcontroller] Initial Contribution (#9512)
authorFabian Wolter <github@fabian-wolter.de>
Mon, 28 Dec 2020 17:31:17 +0000 (18:31 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 17:31:17 +0000 (09:31 -0800)
commit924eca29f26e77e1a1be41f63ecadb8051369d13
tree27d2d21158fed46a4f65b0085dfe85fdb43b0510
parentfe5e9b85e813d7e514211a3e99c8d97330e39378
[pidcontroller] Initial Contribution (#9512)

* [pidcontroller] Initial Contribution
* Incorporate review feedback No.1

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
21 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.automation.pidcontroller/NOTICE [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/README.md [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/pom.xml [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/LowpassFilter.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/PIDControllerConstants.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/PIDException.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/factory/PIDControllerModuleHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDController.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDControllerActionHandler.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDControllerTriggerHandler.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDOutputDTO.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/template/PIDControllerRuleTemplate.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/type/PIDControllerActionType.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/type/PIDControllerModuleTypeProvider.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/type/PIDControllerTriggerType.java [new file with mode: 0644]
bundles/org.openhab.automation.pidcontroller/src/test/java/org/openhab/automation/pidcontroller/internal/LowpassFilterTest.java [new file with mode: 0644]
bundles/pom.xml