More refactoring, start implementing proportional axis...
This commit is contained in:
parent
cefd6a22b8
commit
b9d02e6482
3 changed files with 64 additions and 41 deletions
|
@ -33,7 +33,7 @@ func timerWatcher(rule *mappingrules.MappingRuleProportionalAxis, channel chan<-
|
|||
event := rule.TimerEvent()
|
||||
if event != nil {
|
||||
channel <- ChannelEvent{
|
||||
Device: rule.Output.(*mappingrules.RuleTargetModeSelect).Device,
|
||||
Device: rule.Output.Device,
|
||||
Event: event,
|
||||
Type: ChannelEventTimer,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue