{{#if req.actionModel.name}}

{{req.actionModel.name}}

{{else}}

{{req.entityId}}

{{/if}}

{{req.actionModel.description}}

Znaczniki: {{req.actionModel.tags}}

Wartości

{{#each req.actionModel.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}}