We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f83ec commit 9c899ceCopy full SHA for 9c899ce
pyhon/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.18.1-beta.0"
+__version__ = "0.18.1-beta.1"
pyhon/appliances/_base.py
@@ -403,7 +403,7 @@ async def send_command(
403
"timestamp": now,
404
"commandName": command,
405
"transactionId": f"{self.mac_address}_{now}",
406
- # "applianceOptions": self.options,
+ "applianceOptions": self.options,
407
"device": HonDevice.descriptor(mobile=True),
408
"attributes": {
409
"channel": "mobileApp",
0 commit comments