HCDevice: last chance look at the feature map
This commit is contained in:
@@ -88,6 +88,10 @@ class HCDevice:
|
|||||||
status = self.machine["options"][uid]
|
status = self.machine["options"][uid]
|
||||||
elif uid in self.machine["commands"]:
|
elif uid in self.machine["commands"]:
|
||||||
status = self.machine["commands"][uid]
|
status = self.machine["commands"][uid]
|
||||||
|
elif uid in self.machine["events"]:
|
||||||
|
status = self.machine["events"][uid]
|
||||||
|
elif uid in self.machine["features"]:
|
||||||
|
status = self.machine["features"][uid]
|
||||||
|
|
||||||
if status:
|
if status:
|
||||||
name = status["name"]
|
name = status["name"]
|
||||||
|
|||||||
Reference in New Issue
Block a user