Rename bridge:initialize -> bridge:startDiscovery

This commit is contained in:
hensm
2021-04-28 11:02:18 +01:00
parent a489b3951e
commit 6edfce45cc
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ type AppMessageDefinitions = {
, "bridge:getInfo": string
, "bridge:/getInfo": string
, "bridge:initialize": {
, "bridge:startDiscovery": {
shouldWatchStatus: boolean
}