fixed build
This commit is contained in:
		@@ -5,4 +5,6 @@ from pyhon.appliances.base import ApplianceBase
 | 
				
			|||||||
class Appliance(ApplianceBase):
 | 
					class Appliance(ApplianceBase):
 | 
				
			||||||
    def attributes(self, data: Dict[str, Any]) -> Dict[str, Any]:
 | 
					    def attributes(self, data: Dict[str, Any]) -> Dict[str, Any]:
 | 
				
			||||||
        data = super().attributes(data)
 | 
					        data = super().attributes(data)
 | 
				
			||||||
        data["active"] = data.get("onOffStatus") == 1
 | 
					        data["active"] = data["parameters"]["onOffStatus"] == "1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return data
 | 
				
			||||||
		Reference in New Issue
	
	Block a user