mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-07-12 07:48:38 +00:00
Update HomeAssistantApp.mc
Amended 4 comments
This commit is contained in:
@ -550,7 +550,7 @@ class HomeAssistantApp extends Application.AppBase {
|
|||||||
|
|
||||||
//! Record the API status result.
|
//! Record the API status result.
|
||||||
//!
|
//!
|
||||||
//! @param s API status
|
//! @param s A string describing the API status
|
||||||
//
|
//
|
||||||
function setApiStatus(s as Lang.String) {
|
function setApiStatus(s as Lang.String) {
|
||||||
mApiStatus = s;
|
mApiStatus = s;
|
||||||
@ -558,7 +558,7 @@ class HomeAssistantApp extends Application.AppBase {
|
|||||||
|
|
||||||
//! Return the API status result.
|
//! Return the API status result.
|
||||||
//!
|
//!
|
||||||
//! @return The API status
|
//! @return A string describing the API status
|
||||||
//
|
//
|
||||||
(:glance)
|
(:glance)
|
||||||
function getApiStatus() as Lang.String {
|
function getApiStatus() as Lang.String {
|
||||||
@ -567,7 +567,7 @@ class HomeAssistantApp extends Application.AppBase {
|
|||||||
|
|
||||||
//! Return the Menu status result.
|
//! Return the Menu status result.
|
||||||
//!
|
//!
|
||||||
//! @return The Menu status
|
//! @return A string describing the Menu status
|
||||||
//
|
//
|
||||||
(:glance)
|
(:glance)
|
||||||
function getMenuStatus() as Lang.String {
|
function getMenuStatus() as Lang.String {
|
||||||
@ -576,7 +576,7 @@ class HomeAssistantApp extends Application.AppBase {
|
|||||||
|
|
||||||
//! Return the Menu construction status.
|
//! Return the Menu construction status.
|
||||||
//!
|
//!
|
||||||
//! @return The Menu status
|
//! @return A string describing the Menu status
|
||||||
//
|
//
|
||||||
function isHomeAssistantMenuLoaded() as Lang.Boolean {
|
function isHomeAssistantMenuLoaded() as Lang.Boolean {
|
||||||
return mHaMenu != null;
|
return mHaMenu != null;
|
||||||
|
Reference in New Issue
Block a user