Skip to content

Commit

Permalink
fix test page
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Aug 2, 2023
1 parent 2631658 commit 5b1e114
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ <h1><img src="src/main/resources/favicon.png" width="32"> Googolplex Theater</h1
}
var url = document.getElementById("url").value;
session.sendMessage("urn:x-cast:com.jyuzawa.googolplex-theater.device", {
device: {
name: "TestDevice",
settings: [{
"url": url
}]
name: "TestDevice",
settings: {
"url": url
}
});
}
Expand Down

0 comments on commit 5b1e114

Please sign in to comment.