Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/devices/hvac/{id}/get \ --header 'x-ws-api-key: <api-key>'
{ "deviceId": "ws_device_123456789", "systemDetails": { "name": "Living room thermostat", "tempUnits": "F", "defaultMode": "AUTO" }, "targetCoolSetpoint": 74, "targetHeatSetpoint": 68, "maxTemp": 78, "minTemp": 60, "currentTemp": 71, "coolingRate": 1, "heatingRate": 1, "heatTransferCoefficient": 1, "irradianceCoefficient": 0.5, "thermodynamicValuesUpdatedAt": "2025-01-02T12:00:00.000Z", "lastSetPointSchedule": null, "lastOptimizationRunData": null, "deleted": false }
WattShift API Key