You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,8 @@ This module implements an out-of-the-box and universal solution for configuring
7
7
🔗 Implemented ways to get information:
8
8
9
9
✅ REST API \
10
-
✅ .NET Library \
11
-
✅ CIM (Common Information Model)
12
-
13
-
> Response speed through CIM is on average 5 times faster (200 milliseconds vs. 1 second) because a running instance of the application is used to retrieve the data, which stores the minimum and maximum values.
💡 To get data from all sensors, you need to run the console with **administrator privileges**. Does not receive data from all sensors.
206
+
💡 To get data from all sensors, you need to run the console with **administrator privileges**.
207
+
208
+
💡 Response speed through CIM is on average 5 times faster (200 milliseconds vs. 1 second to .NET Library) because a running instance of the application is used to retrieve the data, which stores the minimum and maximum values.
209
+
210
+
💡 Does not receive data from all sensors, only the sensor data of the processor can be retrieved.
0 commit comments