Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
Fix silly format log error

1.2.3
Fix for cookielib python2 version

1.2.2
remove unused import statement,
Remove Cypto Libraries; Enables ongoing support for OSX moving forward (removes support for old OSX versions)
Finalise Two Factor Authenication support
Ideally better to have this disabled for account using FindFriends as per instructions.
This version adds support for accounts with 2FA enabled.   Enables Plugin Config support for code entry etc.
Issue still will be frequency of emails regarding login (apparently still happening for some), and time frame when renewal will be required.
Add Trigger, triggered when 2FA code expires

Adds Own Devices Indigo Device - eg. This account Devices - in cases wish to locate specific devices.
These devices are not included currently in the Geofence calculations
  • Loading branch information
Ghawken committed Sep 22, 2021
1 parent 333be6c commit c987338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iFindFriendsMini.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.2.3</string>
<string>1.2.4</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>CFBundleDisplayName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@ def refreshData(self):

if appleAPIId == '':
self.logger.info(u"{0:=^130}".format(""))
self.logger.info(u"{0:<30} {1}".format("Plugin Config is not complete."))
self.logger.info(u"{0:<30} {1}".format("Please go to Plugin Config Page and re-Login"))
self.logger.info(u"{0:<30} {1}".format("& enter 2FA as required" ))
self.logger.info(u"Plugin Config is not complete.")
self.logger.info(u"Please go to Plugin Config Page and re-Login")
self.logger.info(u"& enter 2FA as required")
self.logger.info(u"{0:=^130}".format(""))
return

Expand Down

0 comments on commit c987338

Please sign in to comment.