Skip to content

PyPlumIO v0.5.38

Latest
Compare
Choose a tag to compare
@denpamusic denpamusic released this 23 Feb 12:08
9444ceb
  • Improved schedule handling. It is now possible to set interval via direct access instead of using setter methods, i. e. example_schedule.monday["01:00"] = "on";. Please note that committing changes to device via await example_schedule.commit(); is still required.
  • Updated parameter representation.
  • Minor performance optimizations.