Water Heater. Ability to send only mandatory parameters #14
@@ -2,6 +2,7 @@ from typing import Any, Dict
 | 
			
		||||
 | 
			
		||||
from pyhon.appliances.base import ApplianceBase
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Appliance(ApplianceBase):
 | 
			
		||||
    def attributes(self, data: Dict[str, Any]) -> Dict[str, Any]:
 | 
			
		||||
        data = super().attributes(data)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user