1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Update README.md

This commit is contained in:
Jon Ziebell 2019-01-23 06:47:10 -05:00 committed by GitHub
parent 07e1908c7f
commit 04d2ca91e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@ This is an issues-only repository for beestat.io.
- Fixed Aggregate Runtime aux getting cut off in certain circumstances
### Enhancements:
- Added ability to issue API keys for programmatic access to beestat [#12] [Link][(https://documenter.getpostman.com/view/6332024/RznFnd99)]
- Added ability to issue API keys for programmatic access to beestat [#12] [[Link]](https://documenter.getpostman.com/view/6332024/RznFnd99)
- Mobile app pinning uses "standalone" instead of "fullscreen" to mimic most other apps
- Added "Add to Home Screen" dialog on Android [[Link](https://developers.google.com/web/fundamentals/app-install-banners/#the_mini-info_bar)]
- Added friendly names for a number of recently added thermostat model numbers [Link][(https://www.ecobee.com/home/developer/api/documentation/v1/objects/Thermostat.shtml#modelNumber)]
- Added "Add to Home Screen" dialog on Android [[Link]](https://developers.google.com/web/fundamentals/app-install-banners/#the_mini-info_bar)
- Added friendly names for a number of recently added thermostat model numbers [[Link]](https://www.ecobee.com/home/developer/api/documentation/v1/objects/Thermostat.shtml#modelNumber)
- Updated setpoint to be one (heat/cool) or two (auto) lines instead of shaded range
- Updated API to return proper data types on int, boolean, and float values
- Decreased timeout when connecting to ecobee to 5 seconds