Skip to content

Data model improvements

Compare
Choose a tag to compare
@jkeljo jkeljo released this 09 Nov 04:51
· 28 commits to master since this release

[3.0] - 2020-11-08

Added

  • Track remaining/total time support (requires recent firmware)
  • Test shell program

Changed

  • Reworked the data model to match how Sisyphus itself does it. This fixes crashes that were occurring working with tables that have the latest firmware, but may break things with older firmwares.
  • Switched to python-socketio for Socket.IO support, as it is more actively maintained than SocketIO-client-nexus.
  • Switched to VSCode for development