Compare commits

..
2 Commits
Author SHA1 Message Date
James Woglom ea84b0b9cc v2.2.2 2024-12-30 22:05:22 -05:00
James Woglom 07aaea9e1c fix tests 2024-12-30 22:05:11 -05:00
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata]
name = tconnectsync
version = 2.2.1
version = 2.2.2
author = James Woglom
author_email = j@wogloms.net
description = Syncs Tandem Source (formerly t:connect) insulin pump data to Nightscout for the t:slim X2
@@ -39,8 +39,8 @@ class TestProcessDeviceStatus(unittest.TestCase):
'pump': {
'clock': '2024-12-03 23:40:23-05:00',
'battery': {
'status': '48%',
'percent': 48,
'status': '32%',
'percent': 32,
'voltage': 14.08
}
},
@@ -93,8 +93,8 @@ class TestProcessDeviceStatus(unittest.TestCase):
'pump': {
'clock': '2024-12-04 02:30:23-05:00',
'battery': {
'status': '47%',
'percent': 47,
'status': '31%',
'percent': 31,
'voltage': 13.824
}
},
@@ -137,8 +137,8 @@ class TestProcessDeviceStatus(unittest.TestCase):
'pump': {
'clock': '2024-12-04 05:50:23-05:00',
'battery': {
'status': '46%',
'percent': 46,
'status': '30%',
'percent': 30,
'voltage': 13.568
}
},