first commit

This commit is contained in:
root
2025-12-27 09:13:04 +01:00
commit 7c7d730799
27 changed files with 7050 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
curl --request PUT \
--url https://developer-api.govee.com/v1/appliance/devices/control \
--header 'Govee-API-Key: aaecbef1-57f8-44e6-9ded-f05cbc840c10' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"device": "2E:95:D4:AD:FC:86:9E:7F",
"model": "H7140",
"cmd": {
"name": "gear",
"value": 8
}
}
'