diff --git a/gestion/annuaires.py b/gestion/annuaires.py index e21d786e..a67aa870 100755 --- a/gestion/annuaires.py +++ b/gestion/annuaires.py @@ -5,6 +5,7 @@ bat_switchs = [ 'a', 'b', 'c' , 'g' , 'h' , 'i' , 'j' ] aide={ +'a' : "Chambres 603g et d sur même prise (câble d mort). Chambre 608d branchée sur le local photocopieuse", 'g' : "appart du RDC=G901" , 'h' : "Chambres 7 et 8 et les locaux clubs sur la prise 046" , 'i' : "Chambres 209g + 309g + 105g + 403g + 110d + 312 + 007g +007d + locaux clubs sur prise 150." @@ -45,11 +46,11 @@ chbre_prises={ 'a' : '507g':'141', '507d':'142', '508g':'143', '508d':'144', '501g':'145', '501d':'146', '502g':'147', '502d':'148', -'603g':'201', '603d':'202', '604g':'203', '604d':'204', +'603g':'201', '603d':'201', '604g':'203', '604d':'204', '605g':'205', '605d':'206', '606g':'207', '606d':'208', '607g':'209', '607d':'210', '601g':'211', '601d':'212', '602g':'213', '602d':'214', 'cl5':'215', 'cl4':'216', - 'cl3':'217', 'cl2':'218', '608g':'219', '608d':'220'}, + 'cl3':'217', 'cl2':'218', '608g':'219', '608d':'202' }, 'b' : {'cl0':'047' , 'cl1':'045' , @@ -218,13 +219,9 @@ chbre_prises={ 'a' : '227':'645' , '201':'646' , '202':'647' , '203':'648' } , 'h' : -{'007g':'046' , '007d':'046' , '008g':'046' , -# Prises débranchées du switch car possibles abus -# '007g':'046' , '007d':'046' , '008g':'046' , '008d':'046' , +{ '007g':'046', '007d':'046' , '008g':'046' , '008d':'046' , 'cl2':'046' , 'cl3':'046' , 'cl4':'046' , 'cl1':'046' , - 'cl0':'046' , -# Prises débranchées du switch car possibles abus -# '004g':'046' , 'cl0':'046' , + 'cl0':'046' , '004g':'046' , '301':'101' , '302':'103' , '303':'105' , '304':'107' , '305':'109' , '306':'111' , '307':'113' , '308':'115' , @@ -258,15 +255,9 @@ chbre_prises={ 'a' : '218':'042' , '219':'044' } , 'i' : -{'403g':'150' , '209g':'150' , -# Prises débranchées du switch car possibles abus -# '110d':'150' , '403g':'150' , '105g':'150' , '209g':'150' , - '309g':'150' , 'cl2':'150' , 'cl3':'150' , -# Prises débranchées du switch car possibles abus -# '309g':'150' , '312':'150' , 'cl2':'150' , 'cl3':'150' , - 'cl4':'150' , 'cl1':'150' , -# Prises débranchées du switch car possibles abus -# 'cl4':'150' , 'cl1':'150' , '007g':'150' , '007d':'150' , +{'110d':'150' , '403g':'150' , '105g':'150' , '209g':'150' , + '309g':'150' , '312':'150' , 'cl2':'150' , 'cl3':'150' , + 'cl4':'150' , 'cl1':'150' , '007g':'150' , '007d':'150' , '009d':'102' , '009g':'101' , '008d':'103' , '005d':'104' , '008g':'105' , '005g':'106' , '006d':'107' , '004d':'108' ,