Skip to content

Commit 8f82015

Browse files
committed
Update examples
1 parent 2b9c679 commit 8f82015

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,6 @@ ST1000DM003-1CH162 Temperature Temperature 0 33 33 3
302302
WDC WD2005FBYZ-01YCBB2 Temperature Temperature 0 36 36 36
303303
```
304304

305-
Example:
306-
307-
![Image alt](https://github.com/Lifailon/PowerShell.HardwareMonitor/blob/rsa/Screen/Data-Temperature.jpg)
308-
309-
The example in the screenshot uses the [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) theme [System-Sensors](https://github.com/Lifailon/oh-my-posh-themes-performance) to retrieve data from LibreHardwareMonitor.
310-
311305
### Library .NET
312306

313307
💡 To get data from all sensors, you need to run the console with **administrator privileges**.
@@ -455,6 +449,8 @@ $Data | Where-Object {$_.SensorName -match "Package" -and $_.Value -gt 90} | For
455449

456450
![Image alt](https://github.com/Lifailon/PowerShell.HardwareMonitor/blob/rsa/Screen/psinfluxdb-data.jpg)
457451

452+
💡 The example in the screenshot uses the [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) theme [System-Sensors](https://github.com/Lifailon/oh-my-posh-themes-performance) to retrieve data from LibreHardwareMonitor.
453+
458454
## 🔔 Creat service
459455

460456
Save the data sending script to database and specify the path to it at the beginning of the script creat service (a set of [scripts](https://github.com/Lifailon/PowerShell.HardwareMonitor/tree/rsa/Service) for creating, starting, stopping and deleting a service are included with the module):

0 commit comments

Comments
 (0)