mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 12:38:15 +00:00
rename service to action
This commit is contained in:
@@ -67,7 +67,7 @@ class HomeAssistantNumericPicker extends WatchUi.Picker {
|
||||
//! @return true if user is done, false otherwise
|
||||
public function onConfirm(value as Lang.String) as Void {
|
||||
mItem.setValue(value);
|
||||
mItem.callService();
|
||||
mItem.callAction();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user