mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-02 09:58:39 +00:00
Tap menu items without a service tag will be ignored.
The JSON schema checker is relied on to highlight this error.
This commit is contained in:
@ -138,7 +138,7 @@ class HomeAssistantApp extends Application.AppBase {
|
||||
|
||||
function fetchMenuConfig() as Void {
|
||||
var options = {
|
||||
:method => Communications.HTTP_REQUEST_METHOD_GET,
|
||||
:method => Communications.HTTP_REQUEST_METHOD_GET,
|
||||
:responseType => Communications.HTTP_RESPONSE_CONTENT_TYPE_JSON
|
||||
};
|
||||
Communications.makeWebRequest(
|
||||
|
Reference in New Issue
Block a user