From 39e52fd02135558cf0d76efab054e67c14b9739d Mon Sep 17 00:00:00 2001 From: Max Cherry Date: Wed, 6 Apr 2016 21:55:10 +0300 Subject: [PATCH] Device: added 'connectiontype' --- device.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/device.go b/device.go index 8bc3fd2..c91ce75 100644 --- a/device.go +++ b/device.go @@ -173,6 +173,14 @@ type Device struct { // connectiontype integer Network connection type. Refer to List 5.18. Carrier string `json:"carrier,omitempty"` + // Attribute: + // connectiontype + // Type: + // integer + // Description: + // Network connection type. Refer to List 5.18. + Connectiontype uint8 `json:"connectiontype,omitempty"` + // Attribute: // ifa // Type: