NEWS
Probleme mit setState bzw. send-Befehl [gelöst]
-
Ich habe ein JS Skript wo ein Send Befehl gesetzt wird, leider funktioniert dieser nicht.
Kann mir jemand helfen?schedule("*/10 * * * * *", function () { setState( "upnp.0.WANDevice_-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.GetAddonInfos",'send'); setState( "upnp.0.WANDevice_-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties",'send'); setState( "upnp.0.WANConnectionDevice_-_FRITZ!Box_7590.WANDevice.WANConnectionDevice.WANIPConnection.GetExternalIPAddress",'send'); setState( "upnp.0.WANConnectionDevice_-_FRITZ!Box_7590.WANDevice.WANConnectionDevice.WANIPConnection.GetStatusInfo",'send'); });
Ich habe bereits alles verglichen aber kein Fehler finden können. Die Punkte werden einfach nicht auf send gesetzt.
Kann mir jemand helfen? -