Merge pull request #106 from gigatexel/master
Update telegram_specifications.py
This commit is contained in:
		
						commit
						5c4d6ed98b
					
				@ -148,14 +148,10 @@ BELGIUM_FLUVIUS['objects'].update({
 | 
				
			|||||||
        ValueParser(timestamp),
 | 
					        ValueParser(timestamp),
 | 
				
			||||||
        ValueParser(Decimal)
 | 
					        ValueParser(Decimal)
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    obis.BELGIUM_MAX_POWER_PER_PHASE: MBusParser(
 | 
					    obis.BELGIUM_MAX_POWER_PER_PHASE: CosemParser(ValueParser(Decimal)),
 | 
				
			||||||
        ValueParser(timestamp),
 | 
					    obis.BELGIUM_MAX_CURRENT_PER_PHASE: CosemParser(ValueParser(Decimal)),
 | 
				
			||||||
        ValueParser(Decimal)
 | 
					    obis.ACTUAL_SWITCH_POSITION: CosemParser(ValueParser(str)),
 | 
				
			||||||
    ),
 | 
					    obis.VALVE_POSITION_GAS: CosemParser(ValueParser(str)),
 | 
				
			||||||
    obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser(
 | 
					 | 
				
			||||||
        ValueParser(timestamp),
 | 
					 | 
				
			||||||
        ValueParser(Decimal)
 | 
					 | 
				
			||||||
    ),
 | 
					 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LUXEMBOURG_SMARTY = deepcopy(V5)
 | 
					LUXEMBOURG_SMARTY = deepcopy(V5)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user