Skip to content

Commit

Permalink
Rename to nist-example
Browse files Browse the repository at this point in the history
  • Loading branch information
BradEstacio committed Dec 21, 2023
1 parent 266eb7e commit 0c1b83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SELECT ?location ?sensor WHERE {
}
"""

[[nist-ibal]]
[[nist-example]]
description="Sensors in Connections"
query="""
SELECT ?segment ?channel ?id WHERE {
Expand All @@ -41,7 +41,7 @@ SELECT ?segment ?channel ?id WHERE {
}
"""

[[nist-ibal]]
[[nist-example]]
description="Sensors in AHU 1 and what units they are measured in"
query="""
SELECT ?channel ?id ?unit WHERE {
Expand Down

0 comments on commit 0c1b83b

Please sign in to comment.