File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,32 +138,32 @@ config.iota = {
138
138
* coordinated by an IoT Manager, this section defines the information that will be used to connect with that
139
139
* manager.
140
140
*/
141
- iotManager : {
141
+ // iotManager: {
142
142
/**
143
143
* Host where the IoT Manager is located.
144
144
*/
145
- host : 'localhost' ,
145
+ // host: 'localhost',
146
146
147
147
/**
148
148
* Port where the IoT Manager is listening.
149
149
*/
150
- port : 18082 ,
150
+ // port: 18082,
151
151
152
152
/**
153
153
* Path where the IoT Manager accepts subscriptions.
154
154
*/
155
- path : '/iot/protocols' ,
155
+ // path: '/iot/protocols',
156
156
157
157
/**
158
158
* Protocol code identifying this IoT Agent.
159
159
*/
160
- protocol : 'IoTA-Sigfox' ,
160
+ // protocol: 'IoTA-Sigfox',
161
161
162
162
/**
163
163
* Textual description of this IoT Agent.
164
164
*/
165
- description : 'Sigfox_IoT_Agent_Node'
166
- } ,
165
+ // description: 'Sigfox_IoT_Agent_Node'
166
+ // },
167
167
168
168
/**
169
169
* Default resource of the IoT Agent. This value must be different for every IoT Agent connecting to the IoT
You can’t perform that action at this time.
0 commit comments