Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
taurgis committed Sep 24, 2024
2 parents b7e6e41 + d120a52 commit ee0a873
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.2.1
- Remove preinstall script (unnecessary global install)


### 3.2.0
* Bugfixes
* Code cleanup
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Once the latest iOS 18 update is released, I will update the plugin to support t
[![npm](https://img.shields.io/npm/v/homebridge-irobot-v2/alpha?label=alpha)](../../wiki/Beta-Version)

[![build workflow](https://github.com/taurgis/homebridge-iRobot-v2/actions/workflows/build.yml/badge.svg)](../../actions/workflows/build.yml)
[![license](https://badgen.net/github/license/taurgis/homebridge-irobot-v2)](/LICENSE)
[![license](https://badgen.net/github/license/taurgis/homebridge-irobot-v2)](/LICENSE) [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)


</span>

Expand Down Expand Up @@ -60,9 +61,10 @@ Once the latest iOS 18 update is released, I will update the plugin to support t
- [x] Battery Percent/Charging ifo
- [x] Binfull Detection In The Form Of Filter/Contact/Motion Sensor
- [x] Stuck Sensor
- [x] Verified By Homebridge

## TODO:
- [ ] Approved By Homebridge

- [ ] Support iOS 18 Features

### Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Hombrige iRobot V2",
"name": "homebridge-irobot-v2",
"version": "3.2.0",
"version": "3.2.1",
"description": "A Homebridge plugin for controlling iRobot devices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ee0a873

Please sign in to comment.