rework thermostat

This commit is contained in:
2018-04-06 23:00:41 +02:00
parent 9db2aebf09
commit 37acc620d5
9 changed files with 134 additions and 50 deletions

4
src/Disabler.ts Normal file
View File

@ -0,0 +1,4 @@
export interface Disabler {
transform(payload: string) : string
getStateFeedbackTopic(): string
}