This commit is contained in:
2025-11-17 08:10:11 +01:00
parent a4ae8a2f6c
commit a7d8afc98b

View File

@@ -1793,7 +1793,10 @@
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
target_temperature: targetTemp
type: 'thermostat',
payload: {
target: targetTemp
}
})
});