${model.description}
| Name | Dynamic | Other provider points |
|---|---|---|
| ${cap.name} | ${cap.dynamic?c} |
<#if cap.providerPointsUrls?has_content >
<#list cap.providerPointsUrls as capName,capUrl>
${capName} #list> <#else> none #if> |
| Attribute | Value |
|---|---|
| Default Value | ${attribute.defaultValue} |
| Capability reference | <#if globalCapabilities[attribute.capabilityReference]??> <#else> ${attribute.capabilityReference} #if> |
| Type | ${attribute.type} |
| Nillable | ${attribute.nillable?c} |
| Expressions Allowed | ${attribute.expressionsAllowed?c} |
| Min | ${attribute.min} |
| Max | ${attribute.max} |
| Unit | ${attribute.unit} |
| Storage | ${attribute.storage} |
| Access Type | ${attribute.accessType} |
| Restart Required | ${attribute.restartRequired} |
| Allowed Values |
<#list attribute.allowedValues as allowedValue>
${allowedValue} #list> |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| ${param.name} | ${param.type} | ${param.required?c} | ${param.expressionsAllowed?c} | ${param.defaultValue!''} | ${param.description} |
${op.reply.valueType}