summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverioiq.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2019-09-01 22:31:37 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2019-09-01 22:31:37 +0200
commitb9337e864869fb322de46ab8dd52779f05a0ab95 (patch)
treea1dac2db7c936ee7f8f038ed316640c78a3085fc /glucometerutils/drivers/otverioiq.py
parentFix the PIP URL to install glucometerutils. (diff)
downloadglucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar.gz
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar.bz2
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar.lz
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar.xz
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.tar.zst
glucometerutils-b9337e864869fb322de46ab8dd52779f05a0ab95.zip
Diffstat (limited to 'glucometerutils/drivers/otverioiq.py')
-rw-r--r--glucometerutils/drivers/otverioiq.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/glucometerutils/drivers/otverioiq.py b/glucometerutils/drivers/otverioiq.py
index f74f51f..e058771 100644
--- a/glucometerutils/drivers/otverioiq.py
+++ b/glucometerutils/drivers/otverioiq.py
@@ -52,12 +52,12 @@ _READ_RTC_REQUEST = construct.Const(b'\x03\x20\x02')
_READ_RTC_RESPONSE = construct.Struct(
_COMMAND_SUCCESS,
- 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP,
+ 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP, # type: ignore
)
_WRITE_RTC_REQUEST = construct.Struct(
construct.Const(b'\x03\x20\x01'),
- 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP,
+ 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP, # type: ignore
)
_GLUCOSE_UNIT_REQUEST = construct.Const(
@@ -92,7 +92,7 @@ _MEAL_FLAG = {
_READING_RESPONSE = construct.Struct(
_COMMAND_SUCCESS,
- 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP,
+ 'timestamp' / lifescan_binary_protocol.VERIO_TIMESTAMP, # type: ignore
'value' / construct.Int16ul,
'control_test' / construct.Flag,
'meal' / construct.Mapping(