mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-07-13 00:08:30 +00:00
Update HomeAssistantMenuItemFactory.mc
Function documentation fix.
This commit is contained in:
@ -70,10 +70,7 @@ class HomeAssistantMenuItemFactory {
|
|||||||
//! @param label Menu item label.
|
//! @param label Menu item label.
|
||||||
//! @param entity_id Home Assistant Entity ID (optional)
|
//! @param entity_id Home Assistant Entity ID (optional)
|
||||||
//! @param template Template for Home Assistant to render (optional)
|
//! @param template Template for Home Assistant to render (optional)
|
||||||
//! @param options A list of Boolean options
|
//! @param options Menu item options to be passed on, including both SDK and menu options, e.g. exit, confirm & pin.
|
||||||
//! @param exit Should the service call complete and then exit?
|
|
||||||
//! @param confirm Should this menu item selection be confirmed?
|
|
||||||
//! @param pin Should this menu item selection request the security PIN?
|
|
||||||
//
|
//
|
||||||
function toggle(
|
function toggle(
|
||||||
label as Lang.String or Lang.Symbol,
|
label as Lang.String or Lang.Symbol,
|
||||||
|
Reference in New Issue
Block a user