summaryrefslogtreecommitdiffstats
path: root/lib/home_page.dart
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-29 01:28:18 -0500
committerScott Murray <scott.murray@konsulko.com>2022-12-29 01:29:43 -0500
commit20d76f947ef9d4a9093df0e5ad04476963655173 (patch)
tree4d323de5372da2e6b7bf457c89c25c2f6b2b09bd /lib/home_page.dart
parentfe23ca5ecdabd698917c4e84915151fc32cb335e (diff)
Changes: - Update Caustom -> Custom - Update Tier -> Tire Bug-AGL: SPEC-4642 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibb8029140e5717f01fb297de4962547a51645347
Diffstat (limited to 'lib/home_page.dart')
-rw-r--r--lib/home_page.dart6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/home_page.dart b/lib/home_page.dart
index 00ee789..7b91129 100644
--- a/lib/home_page.dart
+++ b/lib/home_page.dart
@@ -137,7 +137,7 @@ class HomePage extends StatelessWidget {
),
Column(
children: [
- CaustomButton(
+ CustomButton(
serverPath:
'Vehicle.Cabin.HVAC.IsRecirculationActive',
socket: socket,
@@ -146,7 +146,7 @@ class HomePage extends StatelessWidget {
SizedBox(
height: SizeConfig.safeBlockVertical,
),
- CaustomButton(
+ CustomButton(
serverPath:
'Vehicle.Cabin.HVAC.IsRearDefrosterActive',
socket: socket,
@@ -155,7 +155,7 @@ class HomePage extends StatelessWidget {
SizedBox(
height: SizeConfig.safeBlockVertical,
),
- CaustomButton(
+ CustomButton(
serverPath:
'Vehicle.Cabin.HVAC.IsFrontDefrosterActive',
socket: socket,