Update README.md

This commit is contained in:
He4eT 2025-05-30 18:09:05 +02:00
commit aa75f85d63

View file

@ -61,7 +61,7 @@ http PUT \
http://localhost:1337/api/state \ http://localhost:1337/api/state \
Authorization:"Bearer $API_TOKEN" \ Authorization:"Bearer $API_TOKEN" \
data:='{ data:='{
"open": true, "open": "true",
"trigger_person": "Owner", "trigger_person": "Owner",
"message": "We are open!" "message": "We are open!"
}' }'