File tree 1 file changed +4
-4
lines changed
content/arduino-cloud/01.guides/09.google-home
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Google Home™ '
2
+ title : ' Google Home'
3
3
description : ' Learn how to connect the Arduino Cloud with Google Home™.'
4
4
tags :
5
- - Google Home™
5
+ - Google Home
6
6
author : ' Hannes Siebeneicher'
7
7
featuredImage : ' cloud'
8
8
---
@@ -44,7 +44,7 @@ If you need more information on how to set up your device check out our [getting
44
44
45
45
### Create Variables
46
46
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.
48
48
49
49
1 . While in Thing configuration, click on ** "Add Variable"** which will open a new window.
50
50
2 . Name your variable ` led ` , select ` Smart home ` , and select it to be of a ` Switch ` type.
@@ -83,7 +83,7 @@ void setup() {
83
83
initProperties();
84
84
85
85
// Connect to Arduino IoT Cloud
86
- ArduinoCloud.begin(ArduinoIoTPreferredConnection, false, "mqtts-sa.iot.oniudra.cc" );
86
+ ArduinoCloud.begin(ArduinoIoTPreferredConnection);
87
87
88
88
/*
89
89
The following function allows you to obtain more information
You can’t perform that action at this time.
0 commit comments