docs: Added 'dom.active.json'

This commit is contained in:
Paul Beckingham 2016-07-16 13:07:21 -04:00
parent fd2b5f52c6
commit d11caf74f7
2 changed files with 2 additions and 2 deletions

View file

@ -28,6 +28,7 @@ Supported Names
dom.active.tag.1 --> 'tag' Active Nth tag dom.active.tag.1 --> 'tag' Active Nth tag
dom.active.start --> YYYY-MM-DDTHH:MM:SS Active start time dom.active.start --> YYYY-MM-DDTHH:MM:SS Active start time
dom.active.duration --> PT1H25M8S Active elapsed dom.active.duration --> PT1H25M8S Active elapsed
dom.active.json --> {...} Active interval as JSON
dom.tag.count --> 14 Total tag count dom.tag.count --> 14 Total tag count
dom.tag.1 --> 'tag' Nth tag used dom.tag.1 --> 'tag' Nth tag used
@ -36,12 +37,10 @@ Supported Names
Proposed: Proposed:
dom.tag.[1-3] --> 't1', 't2', 't3' First three tags dom.tag.[1-3] --> 't1', 't2', 't3' First three tags
dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags
dom.tag.* --> 't1', ... 't14' All tags dom.tag.* --> 't1', ... 't14' All tags
dom.tracked.year --> 231 Quantity this year dom.tracked.year --> 231 Quantity this year
dom.tracked.quarter --> 64 Quantity this quarter dom.tracked.quarter --> 64 Quantity this quarter
dom.tracked.month --> 21 Quantity this month dom.tracked.month --> 21 Quantity this month

View file

@ -579,6 +579,7 @@ Supported DOM references are:
dom.active.tag.1 Active Nth tag dom.active.tag.1 Active Nth tag
dom.active.start Active start timestamp (ISO Extended local date) dom.active.start Active start timestamp (ISO Extended local date)
dom.active.duration Active elapsed (ISO Period) dom.active.duration Active elapsed (ISO Period)
dom.active.json Active interval as JSON
dom.tag.count Total tag count dom.tag.count Total tag count
dom.tag.1 Nth tag used dom.tag.1 Nth tag used