Sicherung aktueller Dateien

This commit is contained in:
Patrick Niebeling
2022-09-29 17:19:30 +02:00
parent f2a79a737b
commit 82ace78a3a
16 changed files with 119 additions and 40 deletions

View File

@ -5,7 +5,7 @@ when
Time cron "0 0 7 ? * SAT,SUN"
then
logInfo("HTTPGET", "Abfrage Erfolgt")
sendPushoverMessage(pushoverBuilder("Abfrage Erfolgt").withSound("siren").withUser("u8s32g4yym8xbk7yqn66cokjys13mf"))
NotificationPatrickPushover.sendCommand("Abfrage Erfolgt")
var String jsonString = sendHttpGetRequest("https://fms.ffhstm.de/dienste_lesen_json.php")
postUpdate(FFDienstZVD,transform("JSONPATH", "$.DIENSTE.C", jsonString))
postUpdate(FFDienstIUK2,transform("JSONPATH", "$.DIENSTE.D1", jsonString))