Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
This is an unofficial wrapper for melissa web api: http://seemelissa.com/en
Coffee fundraiser <https://paypal.me/pools/c/8177s58qSX>
__
Installing
::
pip install py-melissa-climate
::
python
>>> from melissa import Melissa
>>> m = Melissa(username="email_adress", password="password")
>>> m.fetch_devices()
{'********': {'user_id': 1, 'serial_number': '********', 'mac': '********', 'firmware_version': 'V1SHTHF', 'name': 'Melissa ********', 'type': 'melissa', 'room_id': None, 'created': '2016-07-06 18:59:46', 'id': 1, 'online': True, 'brand_id': 1, 'controller_log': {'temp': 25.4, 'created': '2018-01-06T10:12:16.249Z', 'raw_temperature': 28188, 'humidity': 18.5, 'raw_humidity': 12862}, '_links': {'self': {'href': '/v1/controllers'}}}}
Running the tests
-----------------
WIP
And coding style tests
We use flake8
::
pip install flake8
::
flake8 melissa
requests <http://docs.python-requests.org/en/master/>
__We use SemVer <http://semver.org/>
__ for versioning. For the versions
available, see the tags on this repository <https://github.com/kennedyshead/py-melissa-climate/tags>
__.
kennedyshead <https://github.com/kennedyshead>
__This project is licensed under the MIT License - see the
LICENSE.md <LICENSE.md>
__ file for details
FAQs
Api wrapper for Melissa Climate http://seemelissa.com
We found that py-melissa-climate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.