Changes between Version 24 and Version 25 of WikiStart


Ignore:
Timestamp:
2013-03-25 20:21:04 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    1616|| '''Parameter''' || '''Description''' || 
    1717|| ip || Ip number for your Dune box || 
    18 || interval_online || Poll interval for fetching player state (in seconds) when dune player is online || 
    19 || interval_offline || Poll interval for trying to fetch player state (in seconds) when offline. This interval will be used when http connection does a timeout when trying to fetch state. || 
     18|| PollIntervalOnline || Poll interval for fetching player state (in seconds) when dune player is online || 
     19|| PollIntervalOffline || Poll interval for trying to fetch player state (in seconds) when offline. This interval will be used when http connection does a timeout when trying to fetch state. || 
    2020 
    21 === Variables === 
     21=== Notifications === 
    2222|| '''!PlayerState''' || '''Description''' ||  
    2323||off|| Dune player is offline or turned off. || 
     
    4343||finished||Will immediately go to 'stopped' from this state || 
    4444 
     45=== Example === 
     46To fetch the playback state in luup code use the following: 
     47 
     48{{{ 
     49local playbackState = luup.variable_get( 'urn:hek:serviceId:Dune1', "PlaybackState", <deviceId>) 
     50}}} 
     51 
     52Or use normal triggers in your scenes 
     53 
     54 
     55 
    4556=== API Description === 
    4657Here is the API reference used to develop plugin. A big thanks to Steven Liekens who has collected all information available on one place regarding IP-command interface for Dune Players.