Quelques attribits par defaut pour les bornes (sinon ldap aime pas)

This commit is contained in:
Gabriel Detraz 2015-11-14 18:30:35 +01:00
parent 440c9040bc
commit 9b73ae0fde

View file

@ -1137,6 +1137,7 @@ class puissance(Attr):
category = 'wifi'
can_modify = [nounou]
ldap_name = "puissance"
default = '60'
@crans_attribute
class canal(intAttr):
@ -1147,6 +1148,7 @@ class canal(intAttr):
category = 'wifi'
can_modify = [nounou]
ldap_name = "canal"
default = "11"
@crans_attribute
class hotspot(boolAttr):
@ -1157,6 +1159,7 @@ class hotspot(boolAttr):
category = 'wifi'
can_modify = [nounou]
ldap_name = "hotspot"
default = "FALSE"
@crans_attribute
class positionBorne(Attr):