forked from ttn-zh/gateway-remote-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I have uploaded my .json file. I hope that this is the action that you had in mind, if not, please tell me and I will remove me from Github because I have the impression that it is to difficult for me (I'm getting old...).
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"gateway_conf": { | ||
"gateway_ID": "B827EBFFFE728BB5", | ||
"servers": [ | ||
{ | ||
"server_address": "router.eu.thethings.network", | ||
"serv_port_up": 1700, | ||
"serv_port_down": 1700, | ||
"serv_enabled": true | ||
} | ||
], | ||
"ref_latitude": 51.362339530, | ||
"ref_longitude": 4.844831740, | ||
"ref_altitude": 30, | ||
"contact_email": "[email protected]", | ||
"description": "IOT gateway for discovering the things network" | ||
} | ||
} | ||
{ | ||
"gateway_conf": { | ||
"gateway_ID": "B827EBFFFE728BB5", | ||
"servers": [ | ||
{ | ||
"server_address": "router.eu.thethings.network", | ||
"serv_port_up": 1700, | ||
"serv_port_down": 1700, | ||
"serv_enabled": true | ||
} | ||
], | ||
"ref_latitude": 51.36233953, | ||
"ref_longitude": 4.84483174, | ||
"ref_altitude": 30, | ||
"contact_email": "[email protected]", | ||
"description": "IOT gateway for discovering the things network " | ||
} | ||
} |