{{#if req.propertyModel.name}}

{{req.propertyModel.name}}

{{else}}

{{req.entityId}}

{{/if}}

{{req.propertyModel.description}}

Znaczniki: {{req.propertyModel.tags}}

Wartości

{{#each req.propertyModel.values}}

["{{@key}}"] - {{this.name}}

{{this.description}}

type: {{this.type}}

unit: {{this.unit}}

{{#if ../req.result.[0]}}

Wartość: {{getById ../../req.result.[0] @key}}

Znacznik czasu: {{../../req.result.[0].timestamp}}

{{/if}}
    {{#each this.values}}
  • {{this}} {{@key}}
  • {{/each}}
{{/each}}