Input URI
{base url} + db/HAHS |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"HAHS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"FUNC_NAME": {
"description": "HeatSourceFunctionName",
"type": "string"
}
}
}
}
"HAHS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"FUNC_NAME": {
"description": "HeatSourceFunctionName",
"type": "string"
}
}
}
}
Examples
Assign Heat Source
{
"Assign": {
"358": {
"FUNC_NAME": "HSF1"
},
"359": {
"FUNC_NAME": "HSF2"
}
}
}
"Assign": {
"358": {
"FUNC_NAME": "HSF1"
},
"359": {
"FUNC_NAME": "HSF2"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Heat Source Function Name |
"FUNC_NAME" |
String |
- |
Required |