• v0.4.2 03b06ba4b9

    v0.4.2
    All checks were successful
    Release / release (push) Successful in 2m46s
    Stable

    r3pek released this 2026-08-13 14:46:18 +01:00 | 20 commits to main since this release

    • Fixed MeshPeer.age being parsed as a signed number instead of
      unsigned -- could have shown as negative for a peer that had been
      unreachable a very long time. Also confirmed what this value
      actually means: milliseconds since that peer was last heard from on
      the mesh, not since it was first found. It resets whenever the mesh
      hears from that device again, so seeing it go down between two
      checks is expected, not a bug.
    • Fixed mobius-scan --dump-schedule crashing for pumps specifically
      ('PumpSchedulePoint' object has no attribute 'has') -- that class
      was missing a method SchedulePoint (the light-schedule equivalent)
      already had, despite sharing the exact same flag bits.
    Downloads