Jarred Yaw
Jarred Yaw
Need to add logging for CGM data from the main control iq api. Was able to get it added with minimal updates, but had to do a funky workaround with...
#56 Put a common replace_with_user_tz() function in tests/util/utilities.py that defaults to using the TIMEZONE_NAME tz in the users .env file (TIMEZONE_NAME defaults to 'America/New_York' if no .env file). Updated the...
I was running the tests and ran into a series of deprecation messages on logger "warn()" being deprecated to "warning()". Did some searching, it looked like this has been standard...
I was troubleshooting some issues with the CGM features and wanted to run the tests... It seems that's not possible outside of the assertequal-assumed timezone of America/New_York (-04:00). The called...