Add Nuvoton w83773g temp-sensor to devices list
Tested on ASRock Rack e3c246d4i (an in-progress port) in tandem with
corresponding dbus-sensors change.
Signed-off-by: Zev Weiss <zweiss@equinix.com>
Change-Id: Ifd9401b1f0d724890c6e64a8f940fbcc05d52c84
diff --git a/include/devices.hpp b/include/devices.hpp
index 7b31390..5cea3f4 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -154,5 +154,8 @@
"new_device", "delete_device", true)},
{"TMP75",
ExportTemplate("tmp75 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
+ "new_device", "delete_device", true)},
+ {"W83773G",
+ ExportTemplate("w83773g $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device", true)}}};
} // namespace devices