openhab / openhab1-addons

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

[Telegram] Add support for file protocol #5721

Closed mhilbush closed 5 years ago

mhilbush commented 5 years ago

See https://github.com/openhab/openhab2-addons/issues/4286

Adds support for sending images contained on the local openHAB host's file system. Image files are specified using the file protocol (e.g. file:///path/to/local/image.jpg)

IDK why the README shows that the entire doc changed, as I only made several small additions.

Also the IDE forced several formatting changes in addition to the addition to the code for supporting the file protocol.

Signed-off-by: Mark Hilbush mark@hilbush.com

mhilbush commented 5 years ago

Thanks for the feedback. I changed based on your comments.

Neat fix.

Was @wborn's idea. 👍

9037568 commented 5 years ago

Thanks, @mhilbush !