Skip to content

Commit

Permalink
add extra fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbacher committed Mar 15, 2023
1 parent 5f51324 commit a8a6501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xedocs/schemas/historian_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ class HistorianTag(XeDoc):

tag_name: str = rframe.Index() # this is the tag name to read from in the historian
measurement_name: str = rframe.Index() # this is the measurement name to use in influxdb
bucket_name: str = rframe.Index() # this is the bucket name to use in influxdb

description: str = ""

query_type: Literal["LAB","RAWBYTIME"] = "LAB"
query_interval: int = 1 # in seconds

category: str = ""
subsystem: str = ""


Expand Down

0 comments on commit a8a6501

Please sign in to comment.