forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-25 04:16:44 +02:00
parent e3c206965f
commit 3ee4e8206f
1 changed files with 1 additions and 1 deletions

View File

@ -1049,7 +1049,7 @@
beamsClient
.start()
.then((beamsClient) => beamsClient.getDeviceId())
.then(() => beamsClient.addDeviceInterest(v.strid))
.then(() => beamsClient.addDeviceInterest('{{v.strid}}'))
.then(() => beamsClient.getDeviceInterests())
.catch(console.error);
</script>