IntelliHome::RPC::Service::Parse - IntelliHome/Google-at-Home GitHub Wiki
NAME
IntelliHome::RPC::Service::Parse - IntelliHome "Parse" service for RPC server
DESCRIPTION
This object represent the "Parse" service for the RPC server, it is available under rpcserver_ip:port/Parse
.
The parsing process is delegated to the dynamically loaded parser at boot, that uses triggers to match the corresponding plugin that must be called.
METHODS
IntelliHome::RPC::Service::Parse inherits all methods from IntelliHome::RPC::Service::Base and implement the following new:
-
parse(@params)
parse thru the IntelliHome::Parser::Base the given params
ATTRIBUTES
IntelliHome::RPC::Service::Parse inherits all attributes from IntelliHome::RPC::Service::Base
SEE ALSO
IntelliHome, IntelliHome::RPC::Service::Command, IntelliHome::Workers::Master::RPC, MojoX::JSON::RPC::Service