Skip to content

v0.9.5 - Bedtime & School Time Fix

Choose a tag to compare

@noiwid noiwid released this 27 Nov 11:34
· 166 commits to main since this release

Fixed

  • Bedtime/School Time toggle - Now uses dynamic rule IDs instead of hardcoded UUIDs (#44)

Previously, the integration used hardcoded UUIDs for bedtime and school time rules, which only worked for one specific account. This caused 400: invalid argument errors when other users tried to enable/disable these features.

The fix dynamically fetches each account's unique rule IDs from the timeLimit API before toggling.

Affected methods:

  • enable_bedtime / disable_bedtime
  • enable_school_time / disable_school_time

Thanks @JokerGermany for reporting!