Space alignment in code (tidy) and v3.6 history amendment

This commit is contained in:
Philip Abbey
2025-11-06 20:40:43 +00:00
parent 5ab8229602
commit 098dc81236
6 changed files with 19 additions and 19 deletions

View File

@@ -121,7 +121,7 @@ class HomeAssistantService {
//! Invoke a action call for a menu item.
//!
//! @param action The Home Assistant action to be run, e.g. from the JSON `action` field.
//! @param data Data to be supplied to the action call.
//! @param data Data to be supplied to the action call.
//
function call(
action as Lang.String,
@@ -136,10 +136,10 @@ class HomeAssistantService {
WatchUi.pushView(
dialog,
new WifiLteExecutionConfirmDelegate({
:type => "action",
:type => "action",
:action => action,
:data => data,
:exit => exit,
:data => data,
:exit => exit,
}, dialog),
WatchUi.SLIDE_LEFT
);