product-iots/modules/distribution/src/samples/firealarm/sketch/deviceConfigs.cfg

9 lines
203 B
INI
Raw Normal View History

2015-07-21 07:07:53 +00:00
[Device-Configurations]
owner = ${DEVICE_OWNER}
deviceId = ${DEVICE_ID}
2015-07-23 14:16:15 +00:00
mqtt-ep = ${MQTT_EP}
xmpp-ep = ${XMPP_EP}
2015-07-21 07:07:53 +00:00
auth-method = token
auth-token = ${DEVICE_TOKEN}
refresh-token = ${DEVICE_REFRESH_TOKEN}