We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2025b0 commit 7960388Copy full SHA for 7960388
1 file changed
microsdi12.py
@@ -114,6 +114,8 @@ def get_sensor_info(self, address):
114
def get_sensor_info_ex(self, address):
115
manufacturer = None
116
model = None
117
+ version = None
118
+ extra_info = None
119
id_cmd_resp = self._send(address + 'I!')
120
if id_cmd_resp and len(id_cmd_resp) > 20:
121
manufacturer = id_cmd_resp[3:11].strip()
0 commit comments