File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/arduino-cloud/01.guides/09.google-home Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
2- title : ' Google Home™ '
2+ title : ' Google Home'
33description : ' Learn how to connect the Arduino Cloud with Google Home™.'
44tags :
5- - Google Home™
5+ - Google Home
66author : ' Hannes Siebeneicher'
77featuredImage : ' 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
49491 . While in Thing configuration, click on ** "Add Variable"** which will open a new window.
50502 . 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
You can’t perform that action at this time.
0 commit comments