2016-08-04 16:07:33 +00:00
{
"name" : "nsapi" ,
"config" : {
2017-08-15 12:55:30 +00:00
"present" : 1 ,
2018-05-03 13:13:10 +00:00
"default-stack" : "LWIP" ,
2018-02-15 12:46:11 +00:00
"default-wifi-ssid" : null ,
"default-wifi-password" : null ,
"default-wifi-security" : "NONE" ,
2018-09-19 09:24:46 +00:00
"default-cellular-sim-pin" : null ,
2018-02-15 12:46:11 +00:00
"default-cellular-apn" : null ,
"default-cellular-username" : null ,
"default-cellular-password" : null ,
2018-08-13 15:25:16 +00:00
"default-mesh-type" : {
"help" : "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]" ,
"value" : "THREAD"
} ,
2018-05-03 13:13:10 +00:00
"dns-response-wait-time" : {
2018-05-09 13:07:53 +00:00
"help" : "How long the DNS translator waits for a reply from a server in milliseconds" ,
2018-05-03 13:13:10 +00:00
"value" : 5000
} ,
2018-05-09 13:07:53 +00:00
"dns-total-attempts" : {
"help" : "Number of total DNS query attempts that the DNS translator makes" ,
2018-05-03 13:13:10 +00:00
"value" : 3
} ,
"dns-retries" : {
2018-05-09 13:07:53 +00:00
"help" : "Number of DNS query retries that the DNS translator makes per server, before moving on to the next server. Total retries/attempts is always limited by dns-total-attempts." ,
2018-05-03 13:13:10 +00:00
"value" : 0
} ,
"dns-cache-size" : {
"help" : "Number of cached host name resolutions" ,
"value" : 3
}
2018-08-31 12:14:21 +00:00
} ,
"target_overrides" : {
"KW24D" : {
"nsapi.default-mesh-type" : "LOWPAN"
} ,
"NCS36510" : {
"nsapi.default-mesh-type" : "LOWPAN"
2018-09-06 19:49:06 +00:00
} ,
"TB_SENSE_12" : {
"nsapi.default-mesh-type" : "LOWPAN"
2018-08-31 12:14:21 +00:00
}
2016-08-04 16:07:33 +00:00
}
}