From: Tony Mack Date: Mon, 26 Nov 2007 15:54:02 +0000 (+0000) Subject: merge from trunk X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=79b13a156ba2d2a39114201afc46d4c2c7d6da0a;p=plcapi.git merge from trunk --- diff --git a/PLC/PCUProtocolTypes.py b/PLC/PCUProtocolTypes.py index 30ef4592..9475d314 100644 --- a/PLC/PCUProtocolTypes.py +++ b/PLC/PCUProtocolTypes.py @@ -24,8 +24,8 @@ class PCUProtocolType(Row): fields = { 'pcu_protocol_type_id': Parameter(int, "PCU protocol type identifier"), 'pcu_type_id': Parameter(int, "PCU type identifier"), - 'port': Parameter(int, "PCU port", max = 254), - 'protocol': Parameter(str, "Protocol", max = 254), + 'port': Parameter(int, "PCU port"), + 'protocol': Parameter(str, "Protocol"), 'supported': Parameter(bool, "Is the port/protocol supported by PLC") }