Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entering rules with backlog command is not working #17

Closed
herrfrei opened this issue Mar 11, 2019 · 1 comment
Closed

Entering rules with backlog command is not working #17

herrfrei opened this issue Mar 11, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@herrfrei
Copy link

Entering a rule with backlog in the command part is not working since tasmote doesn't support nested backlogs. TDM uses a backlog command to send the rule plus it's settings. Please change this (separate rule transmission and rule settings).

Example rule set:

on System#Boot do 
  backlog MP3Volume 75;MP3Track 1 
endon 
on Wifi#Connected do 
  MP3Track 2 
endon 
on Wifi#Disconnected do 
  MP3Track 3 
endon 
on Mqtt#Connected do 
  MP3Track 4 
endon 
on Mqtt#Disconnected do 
  MP3Track 5 
endon
@jziolkowski jziolkowski added the bug Something isn't working label Mar 11, 2019
@jziolkowski
Copy link
Owner

Sorry it took so long. Issue fixed in upcoming 0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants