Skip to content

Commit 9c899ce

Browse files
committed
1 parent 97f83ec commit 9c899ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyhon/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.1-beta.0"
1+
__version__ = "0.18.1-beta.1"

pyhon/appliances/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ async def send_command(
403403
"timestamp": now,
404404
"commandName": command,
405405
"transactionId": f"{self.mac_address}_{now}",
406-
# "applianceOptions": self.options,
406+
"applianceOptions": self.options,
407407
"device": HonDevice.descriptor(mobile=True),
408408
"attributes": {
409409
"channel": "mobileApp",

0 commit comments

Comments
 (0)