From 2c833c7a42f32e77afc2f6fbf6346d042318ee4f Mon Sep 17 00:00:00 2001 From: Ghawken Date: Mon, 14 Jun 2021 10:10:45 +1000 Subject: [PATCH] 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 --- iFindFriendsMini.indigoPlugin/Contents/Info.plist | 2 +- iFindFriendsMini.indigoPlugin/Contents/Server Plugin/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iFindFriendsMini.indigoPlugin/Contents/Info.plist b/iFindFriendsMini.indigoPlugin/Contents/Info.plist index 97ed099..b3eb639 100755 --- a/iFindFriendsMini.indigoPlugin/Contents/Info.plist +++ b/iFindFriendsMini.indigoPlugin/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 1.2.1 + 1.2.2 ServerApiVersion 2.0 CFBundleDisplayName diff --git a/iFindFriendsMini.indigoPlugin/Contents/Server Plugin/plugin.py b/iFindFriendsMini.indigoPlugin/Contents/Server Plugin/plugin.py index 442e83b..9c0a368 100755 --- a/iFindFriendsMini.indigoPlugin/Contents/Server Plugin/plugin.py +++ b/iFindFriendsMini.indigoPlugin/Contents/Server Plugin/plugin.py @@ -28,7 +28,7 @@ import sys import math -import OpenSSL +#import OpenSSL import WazeRouteCalculator import time as t