mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 07:48:13 +00:00 
			
		
		
		
	Removed credentials from settings
This commit is contained in:
		| @@ -29,10 +29,10 @@ using Toybox.Time; | |||||||
| // | // | ||||||
| (:glance, :background) | (:glance, :background) | ||||||
| class Settings { | class Settings { | ||||||
|     private static var mApiKey                as Lang.String? = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlNThlZDk1MjIwMmU0MmYyOTVmODYyMGVjNDQwZDk1MCIsImlhdCI6MTc0MjkwNzc4MSwiZXhwIjoyMDU4MjY3NzgxfQ.kM8pXYPRADMrDGqmYYEloZH50avOWtCSzpoZbC0gze0"; |     private static var mApiKey                as Lang.String? = ""; | ||||||
|     private static var mWebhookId             as Lang.String? = ""; |     private static var mWebhookId             as Lang.String? = ""; | ||||||
|     private static var mApiUrl                as Lang.String? = "https://homeassistant.michel.ruhr/api"; |     private static var mApiUrl                as Lang.String? = ""; | ||||||
|     private static var mConfigUrl             as Lang.String? = "https://homeassistant.michel.ruhr/local/garmin-test.json"; |     private static var mConfigUrl             as Lang.String? = ""; | ||||||
|     private static var mCacheConfig           as Lang.Boolean = false; |     private static var mCacheConfig           as Lang.Boolean = false; | ||||||
|     private static var mClearCache            as Lang.Boolean = false; |     private static var mClearCache            as Lang.Boolean = false; | ||||||
|     private static var mMenuCheck             as Lang.Boolean = false; |     private static var mMenuCheck             as Lang.Boolean = false; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user