We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a269c3 + 99b1287 commit de10179Copy full SHA for de10179
scripts/hp_hard_fan.pl
@@ -33,7 +33,7 @@ sub getInfo {
33
next if /^\s*$/;
34
next if /^\s*Fan/;
35
36
- if (/#(\d+)\s+(\w+)\s+(Yes)\s+(\w+)\s+(\d+)%\s+(Yes|No)\s+(\d+)\s+(Yes|No)/) {
+ if (/#(\d+)\s+(\w+)\s+(Yes)\s+(\w+)\s+(\d+)%\s+(Yes|No|N\/A)\s+(\d+|N\/A)\s+(Yes|No)/) {
37
push @faninfos, {
38
'slot' => $1,
39
'location' => $2,
0 commit comments