diff --git a/scripts/notificationfreemobile.php b/scripts/notificationfreemobile.php deleted file mode 100644 index d676a3d..0000000 --- a/scripts/notificationfreemobile.php +++ /dev/null @@ -1,2 +0,0 @@ - "ON"); - $device = $devices[Z2M][$indexDevices["0x588e81fffe343e8f"]]; - $device->payload = $msg; - $device->set(null); - setDelay($device, $delay, $timeUnit, "state", "OFF", true); - } - break; - } - echo _("notification received from MQTT") . EOL; - //echo $param . "=> " . $value . EOL; - }; - - //assignation of the function to the sensors devices - $indexDevices["0x00124b0022ebac5c"]->functions[] = $rdcPanneau; - $indexDevices["0x588e81fffe2cf695"]->functions[] = $rdcPanneau; - $indexDevices["0x04cf8cdf3c78aff0"]->functions[] = $rdcPanneau; - -?>