Proactively report Alexa Endpoint Health properties (#29736)
This commit is contained in:
parent
8c1a8b502d
commit
942f654d92
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue