house/protocols/schemas/scene.prs

11 lines
238 B
Plaintext

version 1 .
Portal = <portal @name string @destination PortalDestination> .
PortalDestination =
/ @local #!any
/ @remote <remote <ws @url string> @sturdyref sturdy.SturdyRef>
.
; Message
Touch = <touch @subject string @object string> .