Location notification tweeks

This commit is contained in:
estevez-dev
2020-07-08 14:21:00 +03:00
parent 5aa6171c50
commit a8e7ab6f06
6 changed files with 21 additions and 23 deletions

View File

@ -13,10 +13,8 @@ class _IntegrationSettingsPageState extends State<IntegrationSettingsPage> {
static const platform = const MethodChannel('com.keyboardcrumbs.hassclient/native');
static final locationAccuracy = {
100: "Highest",
102: "Balanced (about 100 meters)",
104: "Low (up to 10 kilometers)",
105: "Passive (last known location)",
100: "High",
102: "Balanced"
};
Duration _locationInterval;