diff --git a/gateway.py b/gateway.py index bbe03f3..4b9a094 100644 --- a/gateway.py +++ b/gateway.py @@ -468,7 +468,7 @@ class Gateway(): #=============================================================================== @property def ip_addr(self): - return self.get_config_param('device_ip_addr', '192.168.1.1').strip() + return self.get_config_param('device_ip_addr', '192.168.31.1').strip() @ip_addr.setter def ip_addr(self, value):