Skip to content

Commit

Permalink
Added deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Feb 1, 2024
1 parent daafede commit 78344b1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ This module implements an out-of-the-box and universal solution for configuring
🔗 Implemented ways to get information:

✅ REST API \
✅ .NET Library \
✅ CIM (Common Information Model)

> 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.
✅ CIM (Common Information Model) \
✅ .NET Library

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

### .NET Library via LibreHardwareMonitor

💡 To get data from all sensors, you need to run the console with **administrator privileges**. Does not receive data from all sensors.
💡 To get data from all sensors, you need to run the console with **administrator privileges**.

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

💡 Does not receive data from all sensors, only the sensor data of the processor can be retrieved.

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

0 comments on commit 78344b1

Please sign in to comment.