Changes between Version 25 and Version 26 of WikiStart
- Timestamp:
- 2013-03-25 20:25:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v25 v26 16 16 || '''Parameter''' || '''Description''' || 17 17 || ip || Ip number for your Dune box || 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. ||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. || 20 20 21 21 === Notifications === 22 23 The following notification triggers can be used in your scenes. 24 22 25 || '''!PlayerState''' || '''Description''' || 23 26 ||off|| Dune player is offline or turned off. || … … 50 53 }}} 51 54 52 Or use normal triggers in your scenes53 54 55 55 56 56 === API Description === 57 Here 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.57 A big thanks to Steven Liekens who has collected all information available on one place regarding IP-command interface for Dune Players. It helped alot when developing this plugin. 58 58 https://code.google.com/p/dune-api-codepack/wiki/ApiReference