From a14a0dec5af776c428a0d21144abb13f2248d892 Mon Sep 17 00:00:00 2001 From: Robert Milea Date: Fri, 6 Oct 2023 12:25:13 +0300 Subject: [PATCH] init --- tag/nitag.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tag/nitag.yml b/tag/nitag.yml index 88a495a..2e82b11 100644 --- a/tag/nitag.yml +++ b/tag/nitag.yml @@ -1663,6 +1663,7 @@ definitions: path: foo type: DOUBLE keywords: [fooKeyword, barKeyword] + last_updated: 1696579890 current: value: type: DOUBLE @@ -2015,6 +2016,10 @@ definitions: type: boolean workspace: type: string + lastUpdated: + description: Timestamp associated with the value. + type: string + format: date-time example: type: DOUBLE properties: @@ -2024,6 +2029,7 @@ definitions: keywords: [fooKeyword, barKeyword] collectAggregates: true workspace: "10e020d7-64df-45e9-b717-c537f374ca2f" + lastUpdated: '2023-10-06T11:45:08Z' TagUpdate: description: Object containing a tag's path, and one or more values to update the tag with at times you specify. type: object