SerialDestructor

Results 12 comments of SerialDestructor

I looked into it. The StandardNotes app tries to retrieve the subscription data from `v2/subscriptions`. This is a valid response: ```json { "meta": { "auth": { "userUuid": "01170b7c-6b5c-480d-b3dd-2a619195fc56", "roles": [...

> However, it seems that I would need to know the UUID of every user and also I'm concerned about exposing the username since it's part of the answer in...

I was already experimenting with this, but since I don't know Go to well and needed to do some database changes (not familiar with BoltDB either), it was taking up...

Thanks for your writeup! Building a proper multizone thermostat seems even more involved than I thought in the beginning - hats off. I understand that the PID proportional valve might...