[PR #423] [MERGED] Power monitor - adding missing events #1172

Open
opened 2026-01-29 16:58:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/423
Author: @gustavo-lara-molina
Created: 6/2/2020
Status: Merged
Merged: 6/2/2020
Merged by: @GregorBiswanger

Base: masterHead: powerMonitor


📝 Commits (5)

  • 09fa662 Merge pull request #1 from ElectronNET/master
  • 8fe60bf adding all powerMonitor api events
  • bbab114 Adding All PowerMonitor Methods, Fixing Comments
  • 258710b removing PM methods with issues for this versión
  • c95bbe7 Merge remote-tracking branch 'origin/master' into powerMonitor

📊 Changes

5 files changed (+223 additions, -1 deletions)

View changed files

📝 ElectronNET.API/PowerMonitor.cs (+151 -0)
📝 ElectronNET.Host/api/powerMonitor.js (+25 -0)
📝 ElectronNET.Host/api/powerMonitor.js.map (+1 -1)
📝 ElectronNET.Host/api/powerMonitor.ts (+25 -0)
📝 ElectronNET.WebApp/Controllers/HomeController.cs (+21 -0)

📄 Description

adding all powerMonitor api events

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/423 **Author:** [@gustavo-lara-molina](https://github.com/gustavo-lara-molina) **Created:** 6/2/2020 **Status:** ✅ Merged **Merged:** 6/2/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `powerMonitor` --- ### 📝 Commits (5) - [`09fa662`](https://github.com/ElectronNET/Electron.NET/commit/09fa662ed1e9518e73093ca3a22da9e933caef5d) Merge pull request #1 from ElectronNET/master - [`8fe60bf`](https://github.com/ElectronNET/Electron.NET/commit/8fe60bfcdafcea873280ce0ea127b2870f60df8b) adding all powerMonitor api events - [`bbab114`](https://github.com/ElectronNET/Electron.NET/commit/bbab114c54acdedf3d7d227daf52326fb50a25b1) Adding All PowerMonitor Methods, Fixing Comments - [`258710b`](https://github.com/ElectronNET/Electron.NET/commit/258710bc52056cbd339c10e9087483eed7d2e0e9) removing PM methods with issues for this versión - [`c95bbe7`](https://github.com/ElectronNET/Electron.NET/commit/c95bbe7ab2344c0232d5ef15df831c49344a9430) Merge remote-tracking branch 'origin/master' into powerMonitor ### 📊 Changes **5 files changed** (+223 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/PowerMonitor.cs` (+151 -0) 📝 `ElectronNET.Host/api/powerMonitor.js` (+25 -0) 📝 `ElectronNET.Host/api/powerMonitor.js.map` (+1 -1) 📝 `ElectronNET.Host/api/powerMonitor.ts` (+25 -0) 📝 `ElectronNET.WebApp/Controllers/HomeController.cs` (+21 -0) </details> ### 📄 Description adding all powerMonitor api events ![image](https://user-images.githubusercontent.com/64021579/83533999-e7032400-a4b5-11ea-9fa4-5e6b7a83ae44.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1172