From 6b8018ccf149948c78d09a418bc02c47933fb84e Mon Sep 17 00:00:00 2001
From: Fabio Verboso <fabio@smartme.io>
Date: Wed, 24 Apr 2019 15:36:14 +0200
Subject: [PATCH] Wstun ip in the board fields.

Change-Id: I42117a036df168c5bb8ab450a0a4a66785ac3803
---
 iotronicclient/v1/resource_fields.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/iotronicclient/v1/resource_fields.py b/iotronicclient/v1/resource_fields.py
index 85e2e93..245f17f 100644
--- a/iotronicclient/v1/resource_fields.py
+++ b/iotronicclient/v1/resource_fields.py
@@ -70,7 +70,9 @@ class Resource(object):
         'zone': 'Zone',
         'dns': 'DNS',
         'connectivity': 'Connectivity',
-        'lr_version': 'LR Version'
+        'lr_version': 'LR Version',
+        'agent': 'WampAgent',
+        'wstun_ip': 'Wstun'
 
     }
 
@@ -134,6 +136,9 @@ BOARD_DETAILED_RESOURCE = Resource(
         'location',
         'project',
         'owner',
+        'agent',
+        'wstun_ip',
+
 
 
     ],