Skip to content

Commit ee42b8b

Browse files
committed
minor fixes
1 parent 4956b78 commit ee42b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/arduino-cloud/01.guides/09.google-home/google-home.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: 'Google Home'
2+
title: 'Google Home'
33
description: 'Learn how to connect the Arduino Cloud with Google Home™.'
44
tags:
5-
- Google Home
5+
- Google Home
66
author: 'Hannes Siebeneicher'
77
featuredImage: 'cloud'
88
---
@@ -44,7 +44,7 @@ If you need more information on how to set up your device check out our [getting
4444

4545
### Create Variables
4646

47-
The next step is to create a Cloud variable, which we will later interact with via our Google Home.
47+
The next step is to create a Cloud variable, which we will later interact with via Google Home.
4848

4949
1. While in Thing configuration, click on **"Add Variable"** which will open a new window.
5050
2. Name your variable `led`, select `Smart home`, and select it to be of a `Switch` type.
@@ -83,7 +83,7 @@ void setup() {
8383
initProperties();
8484
8585
// Connect to Arduino IoT Cloud
86-
ArduinoCloud.begin(ArduinoIoTPreferredConnection, false, "mqtts-sa.iot.oniudra.cc");
86+
ArduinoCloud.begin(ArduinoIoTPreferredConnection);
8787
8888
/*
8989
The following function allows you to obtain more information

0 commit comments

Comments
 (0)