- 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 viaawait example_schedule.commit();
is still required. - Updated parameter representation.
- Minor performance optimizations.