jamesfidell
jamesfidell
Prevent use of Redis for obtaining data to publish to MQTT when Redis is not enabled Also, add comments to phpmqtt_input.php to indicate that it is deprecated in favour of...
(In Modules/device/device_template.php...) I'd like to suggest changing the following code from the load_template_list() function: ``` foreach(new RecursiveIteratorIterator($iti) as $file ){ if(strpos($file ,".json") !== false){ ``` to something along the lines...
This script doesn't throw an error if Redis isn't enabled (though it does if Redis is enabled and it can't connect), just setting $redis to false. In the main publish...