Proactively report Alexa Endpoint Health properties (#29736)

This commit is contained in:
Bruno Filipe 2019-12-09 05:37:15 -03:00 committed by Paulus Schoutsen
parent 8c1a8b502d
commit 942f654d92

View File

@ -262,7 +262,7 @@ class AlexaEndpointHealth(AlexaCapability):
def properties_proactively_reported(self): def properties_proactively_reported(self):
"""Return True if properties asynchronously reported.""" """Return True if properties asynchronously reported."""
return False return True
def properties_retrievable(self): def properties_retrievable(self):
"""Return True if properties can be retrieved.""" """Return True if properties can be retrieved."""