You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
product-iots/modules/samples/firealarm/sketch/deviceConfigs.cfg

10 lines
228 B

[Device-Configurations]
owner = ${DEVICE_OWNER}
deviceId = ${DEVICE_ID}
server-ep = ${SERVER_EP}
mqtt-ep = ${MQTT_EP}
xmpp-ep = ${XMPP_EP}
auth-method = token
auth-token = ${DEVICE_TOKEN}
refresh-token = ${DEVICE_REFRESH_TOKEN}