Skip to content

Commit 78344b1

Browse files
committed
Added deployment
1 parent daafede commit 78344b1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ This module implements an out-of-the-box and universal solution for configuring
77
🔗 Implemented ways to get information:
88

99
✅ 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.
10+
✅ CIM (Common Information Model) \
11+
✅ .NET Library
1412

1513
- [🚀 Install](#-install)
1614
- [📑 Data](#-data)
@@ -205,7 +203,11 @@ HB5781P1EEW-31T Capacities Remaining Capacity 53765
205203

206204
### .NET Library via LibreHardwareMonitor
207205

208-
💡 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.
209211

210212
```PowerShell
211213
> Get-Sensor -Libre -Library | Where-Object Value -ne 0 | Format-Table

0 commit comments

Comments
 (0)