Nodes: advertise canvas invoke commands

This commit is contained in:
Peter Steinberger
2025-12-18 02:05:06 +00:00
parent 54830e8401
commit efed2ae30f
15 changed files with 212 additions and 153 deletions

View File

@@ -49,6 +49,7 @@ class BridgePairingClientTest {
deviceFamily = "Android",
modelIdentifier = "SM-X000",
caps = null,
commands = null,
),
)
assertTrue(res.ok)
@@ -97,6 +98,7 @@ class BridgePairingClientTest {
deviceFamily = "Android",
modelIdentifier = "SM-X000",
caps = null,
commands = null,
),
)
assertTrue(res.ok)

View File

@@ -72,6 +72,7 @@ class BridgeSessionTest {
deviceFamily = null,
modelIdentifier = null,
caps = null,
commands = null,
),
)
@@ -137,6 +138,7 @@ class BridgeSessionTest {
deviceFamily = null,
modelIdentifier = null,
caps = null,
commands = null,
),
)
connected.await()
@@ -207,6 +209,7 @@ class BridgeSessionTest {
deviceFamily = null,
modelIdentifier = null,
caps = null,
commands = null,
),
)
connected.await()
@@ -279,6 +282,7 @@ class BridgeSessionTest {
deviceFamily = null,
modelIdentifier = null,
caps = null,
commands = null,
),
)