Remove unused keys
This commit is contained in:
parent
58d00533f9
commit
d63e83c629
@ -187,7 +187,6 @@ function install_mod {
|
|||||||
// sensors configuration\n\
|
// sensors configuration\n\
|
||||||
const addressPrefix = \"nvme-pci-\";\n\
|
const addressPrefix = \"nvme-pci-\";\n\
|
||||||
const sensorName = \"Composite\";\n\
|
const sensorName = \"Composite\";\n\
|
||||||
const tempInputNo = 1;\n\
|
|
||||||
// display configuration\n\
|
// display configuration\n\
|
||||||
const drivesPerRow = ${NVMEPerRow};\n\
|
const drivesPerRow = ${NVMEPerRow};\n\
|
||||||
objValue = JSON.parse(value);\n\
|
objValue = JSON.parse(value);\n\
|
||||||
@ -234,7 +233,6 @@ function install_mod {
|
|||||||
// sensors configuration\n\
|
// sensors configuration\n\
|
||||||
const addressPrefix = \"drivetemp-scsi-\";\n\
|
const addressPrefix = \"drivetemp-scsi-\";\n\
|
||||||
const sensorName = \"temp1\";\n\
|
const sensorName = \"temp1\";\n\
|
||||||
const tempInputNo = 1;\n\
|
|
||||||
// display configuration\n\
|
// display configuration\n\
|
||||||
const drivesPerRow = ${HDDPerRow};\n\
|
const drivesPerRow = ${HDDPerRow};\n\
|
||||||
objValue = JSON.parse(value);\n\
|
objValue = JSON.parse(value);\n\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user