diff options
-rw-r--r-- | README.md | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -67,6 +67,15 @@ Network service uses the respective ConnMan package to administer networking int "connected": false, "tethering": false } + }, + "technology": "cellular", + "properties": { + "name": "Cellular", + "type": "cellular", + "powered": true, + "connected": true, + "tethering": false + } } ] }, @@ -80,6 +89,58 @@ Network service uses the respective ConnMan package to administer networking int { "response": { "values": [ + { + "service": "cellular_310260157754769_context1", + "properties": { + "type": "cellular", + "security": [], + "state": "online", + "strength": 100, + "favorite": true, + "immutable": false, + "autoconnect": true, + "name": "T-Mobile", + "roaming": false, + "ethernet": { + "method": "auto", + "interface": "wwp0s20u1u4u3i8", + "address": "E2:7D:ED:EC:C2:33", + "mtu": 1500 + }, + "ipv4": { + "method": "fixed", + "address": "100.194.51.219", + "netmask": "255.255.255.248", + "gateway": "100.194.51.220" + }, + "ipv4.configuration": { + "method": "fixed", + "address": "100.194.51.219", + "netmask": "255.255.255.248", + "gateway": "100.194.51.220" + }, + "ipv6": {}, + "ipv6.configuration": { + "method": "off" + }, + "nameservers": [ + "10.177.0.210" + ], + "nameservers.configuration": [], + "timeservers": [ + "100.194.51.220", + "pool.ntp.org" + ], + "timeservers.configuration": [], + "domains": [], + "domains.configuration": [], + "proxy": { + "method": "direct" + }, + "proxy.configuration": {}, + "provider": {} + } + }, { "service": "ethernet_0800271b86ef_cable", "properties": { |