Changes between Version 49 and Version 50 of WikiStart


Ignore:
Timestamp:
2014-10-18 14:49:37 (10 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v49 v50  
    129129 * If you know the length of the track being played you can set a delay to occur[[BR]]e.g 3.45mins and set another file to play. 
    130130 
    131 === Making a Sonos "Play" something === 
     131=== Making a Sonos play something === 
    132132This functionality is exposed declaratively through the ''PlayURI'' action under Advanced Scenes. 
    133133The functionality is also exposed programmatically via Lua code: 
     
    157157 
    158158 
    159 === Making a Sonos "Say" something === 
     159=== Making a Sonos say something === 
    160160The Sonos plugin exposes Text to Speech capability through Google's service.  The functionality is exposed declaratively through the ''Say'' action under Advanced Scenes. 
    161161The functionality is also exposed programmatically via Lua code. 
     
    175175{{{ 
    176176luup.call_action("urn:micasaverde-com:serviceId:Sonos1", "Say", 
    177                  {Text="The sun shines outside", Language="en", Volume=50}, 
     177                 {Text="The sun shines outside", Language="en", Volume=60}, 
    178178                 666) 
    179179}}} 
     
    206206Two accepted values for the engine: "GOOGLE" for the Google Internet service and "OSX_TTS_SERVER" for a personal OSX TTS server. 
    207207 
    208 In addition, the Text to Speech capability can be setup with the following variables (use the Advanced tab to adjust the values): 
     208In addition, the Text to Speech capability can be setup with the following variables (use the TTS tab to adjust the values): 
    209209 * `DefaultLanguageTTS` - default language used when calling the Say action; must be a string of 2 characters 
    210210 * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE or OSX_TTS_SERVER 
     
    248248 * `DefaultLanguageTTS` - default language for TTS, for example "en" 
    249249 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 
     250 * `DiscoveryPatchInstalled` - "1" when the !UPnP discovery patch is installed or "0" when not installed 
    250251 * `DiscoveryResult` - for plugin internal usage 
    251252 * `FetchQueue` - "1" when the Sonos queue is read by the plugin or "0" when not 
    252253 * `GroupCoordinator` - UUID of the group coordinator 
    253254 * `OSXTTSServerURL` - URL of the TTS server 
     255 * `PluginVersion` - plugin version 
    254256 * `ProxyUsed` - "proxy is in use" or "proxy is not in use" to indicate if the UPnP event proxy is in use 
    255257 * `RouterIp` - router/firewall IP when the Sonos unit can access the Vera only with a port forwarding rule