Forum Discussion

sreeparam's avatar
sreeparam
New Member
10 years ago

Timeline graph for Stream Analytics for the past one hour

I have the below query to show the Temperature of the device by timeline in stream analytics using live data   SELECT DeviceId,DeviceFields.Temperature as Temperature,System.Timestamp AS time INT...