File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 9
9
" clean-crabs-explain" ,
10
10
" clever-ears-move" ,
11
11
" cold-numbers-attack" ,
12
+ " five-avocados-flow" ,
12
13
" forty-foxes-protect" ,
14
+ " four-fishes-clean" ,
13
15
" heavy-donuts-nail" ,
14
16
" khaki-suits-reply" ,
15
17
" lovely-otters-matter" ,
27
29
" sour-months-return" ,
28
30
" stale-bobcats-march" ,
29
31
" twenty-adults-care" ,
32
+ " unlucky-jobs-drum" ,
30
33
" weak-cats-accept" ,
31
34
" wet-monkeys-switch" ,
32
35
" wise-mayflies-sort" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0-beta.8
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ab1507: Increase the frequency of Roomba status checks in order to support automations
8
+
9
+ ### Patch Changes
10
+
11
+ - 05ca4e6: Improve handling around connections to Roomba that timeout
12
+ - f100e9f: Refresh Roomba's status after every action so we update our version of Roomba's state ASAP.
13
+
14
+ The previous approach of updating the state directly had a race condition with pre-existing updates of Roomba's state.
15
+
3
16
## 1.3.0-beta.7
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " homebridge-roomba2" ,
3
3
"description" : " homebridge-plugin for Roomba devices" ,
4
- "version" : " 1.3.0-beta.7 " ,
4
+ "version" : " 1.3.0-beta.8 " ,
5
5
"engines" : {
6
6
"homebridge" : " >=0.2.0" ,
7
7
"node" : " >=10"
You can’t perform that action at this time.
0 commit comments