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_bedtimeenable_school_time/disable_school_time
Thanks @JokerGermany for reporting!