37 lines
831 B
JSON
37 lines
831 B
JSON
|
[
|
||
|
{
|
||
|
"micro_id": 1000000000000000,
|
||
|
"wifi_or_usb": "usb",
|
||
|
|
||
|
"temperature_topic": "TEMPERATURE TOPIC",
|
||
|
"inbound_topic": "INBOUND TOPIC",
|
||
|
|
||
|
"network_settings":{
|
||
|
"ssid": "SSID",
|
||
|
"wifi_pw": "PASSWORD",
|
||
|
|
||
|
"mqtt_server": "IP ADDRESS",
|
||
|
"mqtt_port": 1883,
|
||
|
|
||
|
"mqtt_queue_length": 4
|
||
|
},
|
||
|
"i2c_buses":[
|
||
|
{
|
||
|
"name": "EG I2C",
|
||
|
"scl": 1,
|
||
|
"sda": 0,
|
||
|
"freq": 400000,
|
||
|
"hard_i2c": true,
|
||
|
"hard_i2c_bus": 0
|
||
|
}
|
||
|
],
|
||
|
"sensors":[
|
||
|
{
|
||
|
"name": "EG SENSOR",
|
||
|
"i2c_name": "EG I2C",
|
||
|
"i2c_addr": 72,
|
||
|
"config": 544
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|