Commit Graph

24 Commits

Author SHA1 Message Date
Edgar Lopez
29af05eb53 Update sensorsUtil.js
Json NaN values replace to zero
2025-06-25 08:17:05 -07:00
Manuel Selinger
ce5a396397 Address Issues from Review in #267 (#269)
* replace global.log() with logError()

* remove run_dispose calls

    This function should only be called from object system implementations.

https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose

* use pkexec instead of sudo for ipmi-sensors
2023-10-20 08:53:40 +03:00
Manuel Selinger
4465c14786 Migrate Plugin to Gnome 45 Shell (#267)
* Migrate Plugin to Gnome 45 Shell

* Use TextDecoder instead of ByteArray or toString()

* use the Glib timeout functions

* remove unused imports
2023-10-10 15:06:04 +03:00
Nicolas Frenay
f2c0c94d89 Add AMD PPT average power sensor (#249) 2022-11-09 11:18:02 +03:00
Jonas Malaco
84021045ee sensorsUtil: read nvme sensors as disk temperature sensors (#218)
Extend e8848c2baa ("sensorsUtil: read drivetemp sensors as disk
temperature sensors (#217)") to also identify NVMe temperature sensors.
2021-11-18 07:54:34 +03:00
Thomas Debesse
e8848c2baa sensorsUtil: read drivetemp sensors as disk temperature sensors (#217) 2021-11-17 16:10:36 +03:00
Jonas Malaco
824282e0d6 sensorsUtil: prevent re-parsing of the JSON output 2021-04-28 06:38:29 -03:00
iovxw
a006cea782 fix regular expression syntax error 2019-05-23 18:05:28 +08:00
UshakovVasilii
e559cb3e4c fix for wrong lm_sensors error output #66 2019-05-17 14:04:14 +03:00
UshakovVasilii
e169842b3d fix for incorrect lm_sensors out #114 2019-05-17 07:53:45 +03:00
UshakovVasilii
fa73baec2a fix invalid lm_sendsors JSON format #114 2019-05-15 16:17:13 +03:00
UshakovVasilii
985b5093d8 fix amdgpu fan and voltage for lm_sensors #130 2019-03-31 21:54:00 +03:00
UshakovVasilii
6f9d334cef update for gnome-shell 3.32 #126 2019-03-20 10:28:11 +03:00
Jonas Malaco
4007f2d2b1 Accept more than nine hwmon sensors of each type 2019-01-27 04:50:55 -02:00
Thomas Ingvarsson
8886149678 Fix JS warning about assignment to undeclared variable key 2018-09-21 08:22:21 +02:00
Thomas Ingvarsson
eca2d1ab7e Correct syntax error and add sensorType to the parsing
- missing dash when I did a list second split of the arguments
 - Add sensorType as a dynamic key for a feature
2018-09-21 08:04:15 +02:00
Thomas Ingvarsson
4391db1c96 Utilize JSON parser for sensorUtil 2018-09-20 23:05:32 +02:00
UshakovVasilii
5f2569c186 fix gjs errors #98 2018-09-18 13:19:09 +03:00
UshakovVasilii
c5fd61fd22 use GPU icon for amdgpu, fix #38 2017-06-08 15:11:33 +03:00
UshakovVasilii
4266d39fca remove temperature filter for lm_sensors, #16 2016-09-20 16:44:15 +03:00
UshakovVasilii
12ecebd02e display fans with 0 value, fix #11 2015-05-25 17:33:59 +03:00
aromanos
a15349b29c Handle sensors of radeon & nouveau drivers as GPUs 2015-05-01 19:01:11 +02:00
UshakovVasilii
d5777b70d8 clean code 2015-04-11 01:01:16 +03:00
UshakovVasilii
6a4501129b Improve code 2014-07-01 23:58:27 +04:00