joeharrison714 / fpp-sms-control-too

0 stars 1 forks source link

Add a warning to the settings page if IP has not been enabled for voip.ms API #2

Open adamcoulombe opened 1 year ago

adamcoulombe commented 1 year ago

I have added a warning to the settings page if you have not enabled the current IP address on voip.ms api.

Currently the only way to check this is by putting the plugin into debug mode and checking the logs.

This has tripped me up a few times so I think a more prominent warning is needed.

joeharrison714 commented 12 months ago

@adamcoulombe Thanks for this! I just got burned by this myself. I made a slight changed to your code because I wanted to use a different file to track the api response instead of the main config file. Also using the built in INI reading/writing seemed perfect for this. If you have any feedback let me know, otherwise I will merge. Thanks again.

adamcoulombe commented 12 months ago

Thats great. Glad to see this feature being worked in, your changes seem sensible!

I love this plugin by the way! Thank you for your work on it.