start with support for TwoLedSignal

This commit is contained in:
2018-04-21 23:27:21 +02:00
parent a8761a68b6
commit 5619ac007a
4 changed files with 60 additions and 2 deletions

View File

@ -12,6 +12,10 @@ export interface HasStateAndFeedbackTopic extends HasStateTopic {
getStateFeedbackTopic() : string
}
export interface HasFeedbackTopic {
getStateFeedbackTopic() : string
}
export interface HasInTopic {
getInTopic() : string
}