Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supereg/homebridge-http-base
Base and utils for homebridge-http devices
https://github.com/supereg/homebridge-http-base
Last synced: 21 days ago
JSON representation
Base and utils for homebridge-http devices
- Host: GitHub
- URL: https://github.com/supereg/homebridge-http-base
- Owner: Supereg
- License: isc
- Created: 2018-09-04T16:18:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T16:43:29.000Z (over 1 year ago)
- Last Synced: 2024-10-04T13:29:18.687Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-http-base
[![npm](https://img.shields.io/npm/v/homebridge-http-base?style=for-the-badge)](https://www.npmjs.com/package/homebridge-http-base)
[![npm](https://img.shields.io/npm/dt/homebridge-http-base?style=for-the-badge)](https://www.npmjs.com/package/homebridge-http-base)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Supereg/homebridge-http-base/Node-CI?style=for-the-badge)](https://github.com/Supereg/homebridge-http-base/actions?query=workflow%3A%22Node-CI%22)
[![GitHub issues](https://img.shields.io/github/issues/Supereg/homebridge-http-base?style=for-the-badge)](https://github.com/Supereg/homebridge-http-base/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/Supereg/homebridge-http-base?style=for-the-badge)](https://github.com/Supereg/homebridge-http-base/pulls)This module is designed to be used as dependency for http based homebridge plugins. It exposes clients for http and mqtt.
It's generally used for my `homebridge-http-*` plugins like:
* [homebridge-http-switch](https://github.com/Supereg/homebridge-http-switch)
* [homebridge-http-lightbulb](https://github.com/Supereg/homebridge-http-lightbulb)
* [homebridge-http-outlet](https://github.com/Supereg/homebridge-http-outlet)
* [homebridge-http-humidity-sensor](https://github.com/Supereg/homebridge-http-humidity-sensor)
* [homebridge-http-temperature-sensor](https://github.com/Supereg/homebridge-http-temperature-sensor)