diff --git a/Troubleshooting.md b/Troubleshooting.md index b39ea6e..fa950a7 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -243,10 +243,10 @@ There's an online way of testing the API URL too, thanks to [REQBIN](https://req URL for copy & paste: ``` -https:///api/events/garmin.battery_level +https:///api/webhook/ ``` -![API Test REQBIN](images/api_test_online_battery1.png) +![API Test REQBIN](images/api_test_online_battery.png) JSON for copy & paste: @@ -255,7 +255,7 @@ JSON for copy & paste: "type": "update_sensor_states", "data": [ { - "state": 19, + "state": 40, "type": "sensor", "unique_id": "battery_level" }, @@ -267,5 +267,3 @@ JSON for copy & paste: ] } ``` - -![API Test REQBIN](images/api_test_online_battery2.png) diff --git a/images/api_test_online_battery.png b/images/api_test_online_battery.png new file mode 100644 index 0000000..2021a1d Binary files /dev/null and b/images/api_test_online_battery.png differ diff --git a/images/api_test_online_battery1.png b/images/api_test_online_battery1.png deleted file mode 100644 index 94696cd..0000000 Binary files a/images/api_test_online_battery1.png and /dev/null differ diff --git a/images/api_test_online_battery2.png b/images/api_test_online_battery2.png deleted file mode 100644 index c760353..0000000 Binary files a/images/api_test_online_battery2.png and /dev/null differ diff --git a/resources/settings/properties.xml b/resources/settings/properties.xml index d01f756..dc45c29 100644 --- a/resources/settings/properties.xml +++ b/resources/settings/properties.xml @@ -15,15 +15,6 @@ - - - 15 + + + diff --git a/resources/settings/settings.xml b/resources/settings/settings.xml index 4cc33f9..5e9d6d6 100644 --- a/resources/settings/settings.xml +++ b/resources/settings/settings.xml @@ -109,8 +109,8 @@ - + diff --git a/resources/strings/strings.xml b/resources/strings/strings.xml index 379821c..57bd3bd 100644 --- a/resources/strings/strings.xml +++ b/resources/strings/strings.xml @@ -59,4 +59,5 @@ (Widget only) Automatically start the application from the widget without waiting for a tap. Enable the background service to send the clock battery level to Home Assistant. The refresh rate (in minutes) at which the background service should repeat sending the battery level. + (Read only) The Webhook ID created by the watch for battery level updates. You might require this for debugging.