Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libs/device.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Opens the remote with the specified ``id`` on the device.
````lua
dev.switch("Unified.Chrome");
````
For custom remotes, the ``id`` to use is name.remote, where name is the value given in the meta.prop file for meta.author with any spaces removed, and remote is the meta.description, again with any spaces removed. For example if meta.prop contains the lines ``meta.author: Fred Bloggs`` and ``meta.description: My Remote`` then ``id`` will be FredBloggs.MyRemote



Expand Down