Skip to content

scadaver v1.5.4

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:47
· 2 commits to main since this release

Fixed

  • --timeout flag now propagates to all S7Comm call sites (get_io, get state, get db,
    set output, set merkers, set db) instead of being hardcoded to 5 seconds
  • --timeout propagates to Beckhoff ADS discovery in get state and get tags (was hardcoded to 3)
  • get tags --protocol mqtt subscribe window now respects --timeout instead of always waiting 2 s

Added

  • db list subcommand: prints all stored devices with id, IP, vendor, and last-seen age

Fixed (CSV)

  • export --format csv now strips embedded newlines and carriage returns from JSON field blobs
    so rows are never split across multiple CSV lines