mutation deviceGroupSetClimateMode($deviceGroupId: ID!, $climateMode: ClimateMode!) { deviceGroupSetClimateMode(deviceGroupId: $deviceGroupId, climateMode: $climateMode) { commandId errors { message path } } }
{ "deviceGroupId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "climateMode": "AUTO" }
{ "data": { "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "errors": [ { "message": "Example String", "path": "Example String" } ] } }