Skip to content

Conversation

@torte71
Copy link

@torte71 torte71 commented Apr 5, 2025

Some commands like "setTimerM1Mo" require more than one parameter (this specific one can take up to 8 parameters).
Currently only the first parameter is evaluated, so e.g.
"setTimerM1Mo 06:00 08:00 10:00 12:00"
results in
"setTimerM1Mo 06:00"

Changing the "cut" statement from "-f2" to "-f2-" will pass all parameters after the first delimiter instead of just the next one.

Some commands like "setTimerM1Mo" require more than one parameter
(this specific one can take up to 8 parameters).
Currently only the first parameter is evaluated, so e.g.
  "setTimerM1Mo 06:00 08:00 10:00 12:00"
results in
  "setTimerM1Mo 06:00"

Changing the "cut" statement from "-f2" to "-f2-" will pass
all parameters after the first delimiter instead of just the next one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant