openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

[Telegram] Missing example for message with format and args #5691

Closed fex01 closed 5 years ago

fex01 commented 5 years ago

The Telegram Action documentation does mention the following option:

sendTelegram(String group, String format, Object... args): Sends a Telegram via Telegram REST API - build message with format and args

But without any examples or further explanation I do not see how to use this option...

9037568 commented 5 years ago

If you had read the document, you would have seen this example.