mirror of
https://github.com/s00500/nodeMessageBoard.git
synced 2025-07-12 08:51:02 +00:00
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