forked from lbsadmin/nodeMessageBoard
created config and added its functionality
This commit is contained in:
20
sample.config.json
Normal file
20
sample.config.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"mainConfig": [
|
||||
{
|
||||
"param": "serialport",
|
||||
"value": "/dev/tty.usbmodemFD121"
|
||||
},
|
||||
{
|
||||
"param": "pincode",
|
||||
"value": "0000"
|
||||
},
|
||||
{
|
||||
"param": "port",
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"param": "mynumber",
|
||||
"value": "+43************"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user