Skip to content

Commit d291dbc

Browse files
committed
chore(gpu): wording
1 parent 756edc4 commit d291dbc

File tree

1 file changed

+2
-2
lines changed
  • tutorials/manage-zigbee-devices-with-iot

1 file changed

+2
-2
lines changed

tutorials/manage-zigbee-devices-with-iot/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Zigbee2MQTT is configured using YAML based `configuration.yaml` file. Modify thi
3838
```
3939
# Required: MQTT settings
4040
mqtt:
41-
server: mqtts://iot.fr-par.scw.cloud:8883 # Correct endpoint
41+
server: mqtts://iot.fr-par.scw.cloud:8883 # mqtts endpoint
4242
base_topic: zigbee2mqtt
43-
ca: /etc/ssl/mqtt-ca.crt # Updated Certificate Authority
43+
ca: /etc/ssl/mqtt-ca.crt # Certificate Authority
4444
key: /etc/ssl/mqtt-client.key # Device private key
4545
cert: /etc/ssl/mqtt-client.crt # Device certificate
4646
client_id: <Device_ID>

0 commit comments

Comments
 (0)