Skip to content

Commit

Permalink
0.10.02
Browse files Browse the repository at this point in the history
Indigo API 3.4 Only

Fix Paho-Mqtt versions

Fix AWS Server authorisation for access to mapping data once again.  Redo end-points.

Download and parse Favourites per Robot via cloud connection, saving to file for future use.
(.02 - update, loads file after creation so immediately available for use)
eg. Same as Room data - can download once and then disable internet if preference.
Add Action Group for 'Favourites'.  Enables to select a Favourite set of rooms, cleaning aspects for each iRoomba

Add refill Tank messaging (missing)

With Latest iRobot App / Android APK App as source - update all messaging relating to error and not ready states.

Update Logging to Log and File as seperate instances.  (my usual log approach)

Fix for Json notification messaging load error

Update logging - try to clearly state that device connected without to much messaging.

0.9.37
Indigo 2023.2+ API 3.4+ only

Fix paho-mqtt to early version to avoid incompatibly
New Release versioning for store

Use requirements to action dependencies
Remove unused code
  • Loading branch information
Ghawken committed Feb 24, 2024
1 parent 60db16e commit 938fb21
Show file tree
Hide file tree
Showing 5 changed files with 1,374 additions and 1,348 deletions.
2 changes: 1 addition & 1 deletion iRobot-Roomba.indigoPlugin/Contents/Info.plist
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>0.10.01</string>
<string>0.10.02</string>
<key>ServerApiVersion</key>
<string>3.4</string>
<key>IwsApiVersion</key>
Expand Down
Expand Up @@ -61,7 +61,7 @@ Please use the Get Password data to connect to icloud, update password and updat
visibleBindingValue="true" >
<Label>Roomba Cloud Password:</Label>
</Field>
<Field id="getRoombaPasswordCloud" type="button" fontSize="large" visibleBindingId="useCloud"
<Field id="getRoombaPasswordCloud" type="button" visibleBindingId="useCloud"
visibleBindingValue="true">
<Title>Get Password</Title>
<CallbackMethod>getRoombaPassword</CallbackMethod>
Expand Down

0 comments on commit 938fb21

Please sign in to comment.