... | @@ -23,14 +23,15 @@ RESPONSE: |
... | @@ -23,14 +23,15 @@ RESPONSE: |
|
"StoreNumber": -1, // store number with the chain
|
|
"StoreNumber": -1, // store number with the chain
|
|
"RouterSSID": "Buzztime01010", // Ruckus Router SSID
|
|
"RouterSSID": "Buzztime01010", // Ruckus Router SSID
|
|
"RouterIP": "172.23.59.1", // Internal IP address for the Ruckus Router
|
|
"RouterIP": "172.23.59.1", // Internal IP address for the Ruckus Router
|
|
"RouterGatewayIP": 10.20.34.34, // Gateway side of the Ruckus Router
|
|
"RouterGatewayIP": "10.20.34.34", // Gateway side of the Ruckus Router
|
|
"GMTOffset": -800, // offset from GMT time
|
|
"GMTOffset": -800, // offset from GMT time
|
|
"Latitude": 102.902,
|
|
"Latitude": 102.902,
|
|
"Longitude": 102.902,
|
|
"Longitude": 102.902,
|
|
"Certificates": [ "<sha256>", ],
|
|
"Certificates": [ "<sha256>", ],
|
|
"Confidential": [
|
|
"Confidentials": [
|
|
{ "alias": "jwt-salt", "sha256": "<sha256>" },
|
|
{ "alias": "jwt-salt", "sha256": "<sha256>" },
|
|
{ "alias": "platform-secret", "sha256": "<sha256" }
|
|
{ "alias": "platform-secret", "sha256": "<sha256>" }
|
|
|
|
{ "alias": "wap-config", "sha256": "<sha256>" }
|
|
],
|
|
],
|
|
"Settings" : [ // shared freely with 3rd party apps
|
|
"Settings" : [ // shared freely with 3rd party apps
|
|
{ "key":"<name>", "value" : "<Value>" },
|
|
{ "key":"<name>", "value" : "<Value>" },
|
... | | ... | |