You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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