{ "id":"/axapi/v3/fan-speed", "type":"object", "node-type":"scalar", "title":"fan-speed", "operation-not-allowed": ["DELETE"], "description":"Control FAN Speed setting", "properties":{ "action":{ "type":"string", "format":"enum", "default":"auto", "description":"'auto': Set FAN Speed to automatic based on system temperature; 'max': Set FAN Speed to maximum; ", "enum":[ "auto", "max" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }