Skip to content
Snippets Groups Projects
Commit 5ce86095 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

korrektur rule

parent 08257209
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ then
mqttActions.publishMQTT(topic, message)
val headers = newHashMap()
val output = sendHttpGetRequest("https://api.warpzone.ms/setstatus?newstatus=OPEN&update_key={{ warpai_status_update_key }}", headers, 1000)
val output = sendHttpGetRequest("https://api.warpzone.ms/setstatus?newstatus=" + message + "&update_key={{ warpai_status_update_key }}", headers, 1000)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment