User requests API coverage for the "Site Settings" page (/settings/) to allow programmatic control over settings, for example, muting a device's speaker during certain times.
It would be helpful if there was API coverage for the "Site Settings" at `/settings/`: <img width="591" alt="Screenshot 2024-09-20 at 10 54 17 AM" src="https://github.com/user-attachments/assets/d81eac6e-a2b9-4d86-8ea2-db32102f099a"> My use case: my [BabyPod](https://github.com/skjdghsdjgsdj/babypod-software) device, which interfaces with Baby Buddy, has a piezo speaker for beeps and tones. I'd like to mute the speaker during certain times of day, and what makes sense to me is "mute the speaker outside of nap times" so it's quiet during the night for normal sleep periods. If I could make an API call to Baby Buddy to ask it what is considered a nap timeframe vs. sleep, then Baby Buddy can authoritatively define those times. In my particular case, just read coverage for `/settings/` is all I need, but perhaps there are cases for write coverage as well.