Skip to content

Commit 6700828

Browse files
author
Ted Roberts
committed
Log screenLayerLayout audio write payload
1 parent 125d65a commit 6700828

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

custom_components/novastar_h/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,12 @@ async def async_set_audio_input(
812812
layers_key: updated_layers,
813813
}
814814

815+
self._debug_log(
816+
"Audio input screenLayerLayout write payload host=%s payload=%s",
817+
self._host,
818+
write_payload,
819+
)
820+
815821
write_result = await self._async_request("layer/screenLayerLayout", write_payload)
816822
if write_result is None:
817823
_LOGGER.warning(

custom_components/novastar_h/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
}
2222
],
2323
"zeroconf": ["_novastar._tcp.local."],
24-
"version": "0.2.54"
24+
"version": "0.2.55"
2525
}

0 commit comments

Comments
 (0)