lostfields

Results 5 issues of lostfields

- VSCode Version: 1.19.2 - OS Version: W10Pro - REST Client Version: 0.16.2 I have a problem where I'm unable to clear the stored cookies for subsequent requests. The API...

enhancement
question

http://airmaster.net/service-maintenance/panasonic-air-conditioner-error-codes/

```javascript let promises = [ Promise.resolve(1), Promise.reject('dada'), Promise.resolve(3) ] (async () => { try { let results = await Promise.all(promises); console.log(results.join(',')) } catch(ex) { console.log(ex) } })() ```

I would really love to see chromecast support, to Chromecast Audio. Is that possible? I love this app, it's extremely good.

Human readable device information, instead of displaying enum values it will output enum key when JSON serializing the objects. Device setters also supports enum key. ![image](https://github.com/user-attachments/assets/56adf247-0161-4e7b-9743-9bd594b16ab4)