Skip to content

Commit

Permalink
Update RealTime Dashboard
Browse files Browse the repository at this point in the history
Edit query so spike indicator always shows latest temperature
  • Loading branch information
baanders authored Nov 5, 2024
1 parent ec94427 commit 326124e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/dashboard/dashboard-AIOquickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"kind": "inline",
"dataSourceId": "a2a2a2a2-bbbb-cccc-dddd-e3e3e3e3e3e3"
},
"text": "OPCUA\n| where Timestamp between (_startTime .. _endTime)\n| where AssetId == _asset\n| project Timestamp, Temperature, Spike",
"text": "OPCUA\n| where Timestamp between (_startTime .. _endTime)\n| where AssetId == _asset\n| project Timestamp, Temperature, Spike\n| top 1 by Timestamp desc",
"id": "b3b3b3b3-cccc-dddd-eeee-f4f4f4f4f4f4",
"usedVariables": [
"_asset",
Expand Down Expand Up @@ -380,4 +380,4 @@
"usedVariables": []
}
]
}
}

0 comments on commit 326124e

Please sign in to comment.