updateAllowed
update <allowed or configFile>
"msg push \@$recipients $message"
.Path to a configuration file for the dialogue. This is an alternative way to using DEF.
+ The file itself must contain a JSON-encoded dialogue structure - just as described in define.
+
Example (placed in the same dir fhem.pl is located):
+attr <msgDialogDevice> configFile ./metaDialogue.cfg
updateAllowed
update <allowed or configFile>
Alternativ zur Eingabe des Dialogs in der DEF kann eine Datei eingelesen werden, die die Konfigurationsinformationen zum Dialog enthält. Anzugeben ist der Pfad zu dieser Datei.
+ Die Datei selbst muss den Dialog in einer JSON-Structur beinhalten (Kommentar-Zeilen beginnend mit # sind erlaubt) - ansonsten gilt dasselbe wie in define beschrieben.
+
Beispiel (die Datei liegt im Modul-Verzeichnis):
+attr <msgDialogDevice> configFile ./FHEM/metaDialogue.cfg