]> ###2024.10.31b - Fixed icon usage. ###2024.10.31a - Removed empty credentials file from repo. ###2024.10.31 - Added form to edit credentials to settings page. ###2024.10.23 - Initial Release. &pkgURL;/&plgNAME;.txz **MQTT Pub and Sub** Plugin that adds the ability to publish to a mqtt broker or subscribe to a topic. echo "Checking executable flags..." if [ -f /usr/local/bin/mosquitto_pub ]; then if [ ! -x /usr/local/bin/mosquitto_pub ]; then chmod +x /usr/local/bin/mosquitto_pub echo "mosquitto_pub is executable." else echo "mosquitto_pub already was executable." fi else echo "mosquitto_pub doesn't exist." fi if [ -f /usr/local/bin/mosquitto_sub ]; then if [ ! -x /usr/local/bin/mosquitto_sub ]; then chmod +x /usr/local/bin/mosquitto_sub echo "mosquitto_sub is executable." else echo "mosquitto_sub already was executable." fi else echo "mosquitto_sub doesn't exist." fi if [ -f /usr/local/bin/bc ]; then if [ ! -x /usr/local/bin/bc ]; then chmod +x /usr/local/bin/bc echo "bc is executable." else echo "bc already was executable." fi else echo "bc doesn't exist." fi echo "Removing &name;..." removepkg &plgPATH;/*.txz rm -rf &plgPATH; rm -rf &emhttp; echo "&name; has been removed"