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

sendto not working anymore since probably mega-20221105 #4367

Closed
chromoxdor opened this issue Nov 18, 2022 · 8 comments · Fixed by #4371
Closed

sendto not working anymore since probably mega-20221105 #4367

chromoxdor opened this issue Nov 18, 2022 · 8 comments · Fixed by #4371
Labels
Type: Documentation Type: Not a bug Issues that later appeared not to be a bug (e.g. user error) Type: Question Question about how something works with concrete answers

Comments

@chromoxdor
Copy link
Contributor

its me with a bug again...

as you can see sendto is not working anymore unless the syntax was secretly changed

Bildschirmfoto 2022-11-18 um 10 05 00

@TD-er
Copy link
Member

TD-er commented Nov 18, 2022

Not sure if that ever should have worked as the last argument should be what you're trying to send.
Thus something like this:

sendto,1,"event,toggle"

@TD-er
Copy link
Member

TD-er commented Nov 18, 2022

Oh and this is a typical example of why I added several types of quotes, so you could do this:

sendto,1,`sendto,2,"event,toggle"`

(just because we can :) )

@chromoxdor
Copy link
Contributor Author

ohhh..thanks a lot!
That is new for me. In the past it was definitely less strict. :)

@TD-er
Copy link
Member

TD-er commented Nov 18, 2022

Maybe you had checked the checkbox on the tools Advanced page to be less strict in parsing the last argument?

@TD-er TD-er added Type: Question Question about how something works with concrete answers Type: Not a bug Issues that later appeared not to be a bug (e.g. user error) labels Nov 18, 2022
@TD-er TD-er closed this as completed Nov 18, 2022
@chromoxdor
Copy link
Contributor Author

chromoxdor commented Nov 18, 2022

Bildschirmfoto 2022-11-18 um 10 14 52

@TD-er
Copy link
Member

TD-er commented Nov 18, 2022

Ah, check, some really old documentation which needs to be updated

@TD-er
Copy link
Member

TD-er commented Nov 18, 2022

N.B. just to show how "old" this is: #2724

@chromoxdor
Copy link
Contributor Author

chromoxdor commented Nov 18, 2022

Jep, thats quite some time...
I also just realized, that there are (don’t know since when) html status codes for SendToHTTP which generates events.
That is awesome!!!!!! 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Type: Not a bug Issues that later appeared not to be a bug (e.g. user error) Type: Question Question about how something works with concrete answers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants