127
•
CMS
–
CMS settings
•
SCRIPT
–
Manage ePLAYER1 scripts. Is possbile to execute scripts based on different kind of
triggers like BOOT, EVENT, LOAD PRESET, CALENDAR, NETWORK, etc.
•
LOG
–
Register functions that allows the user to write to the ePLAYER1 internal REGISTER
•
DEV
–
Device status and other setups (like install new firmwares)
•
PANEL
–
Panel lock mode settings and status
•
FINDER
–
use FINDER settings to discover your ePLAYER1.
•
LCD
–
Allow access to ePLAYER1 LCD display
33
How to use ePLAYER1 module?
In order to use ePLAYER1 module you must include it in your source code using require statement.
EPLAYER1 automates this function for you, but you can also include ePLAYER1 module manually and
create your ePLAYER1 object as you need using the next two lines of code:
In this case you can program actions directly to your ePLAYER1 device, but also it is possible to access
ePLAYER1 directly from your PC (in this case it is recommended to use some LUA development tool like
Eclipe/LUA)
If you want to use ePLAYER1
directly from your PC you can call “new” function with IP and PORT
parameters as shown next:
Where 10.120.120.4 is the ePLAYER1 IP address, that you can check by pressing ENTER button for 10
seconds and going to WIFI or ETHERNET menu. 2003 is the JSON port.
One time ePLAYER1 object is created is possble to access all functions in it.
Let see what you can do.
33.1
Conventions
•
n
indicates number
•
b
indicates Boolean
•
txt
indicates text
require “ePLAYER1”
mydev = ePLAYER1.new()
require “ePLAYER1”
mydev = ePLAYER1.new(“10.120.120.4”, 2003)
Содержание PLAYER ONE
Страница 1: ...50 0418 0102 PLAYER ONE EN PLAYER ONE AUDIO PLAYER Local and Streaming Audio Player USER MANUAL ...
Страница 28: ...28 PLAYER ONE PLAYER ZERO Web GUI v1 00r0 AUDIO PLAYERS Streaming and local media audio player USER MANUAL ...
Страница 54: ...54 Figure 32 The action of loading and playing the specified stream is configured Figure 33 ...
Страница 59: ...59 Figure 41 Finally the message located on the USB device usb will be announced with priority Figure 42 ...
Страница 85: ...85 Figure 76 accessing the network configuration Figure 77 editing network parameters ...
Страница 90: ...90 Figure 83 editing WiFi password ...
Страница 93: ...93 Enter the password of the WiFi network you want to connect to and press the SUBMIT button Figure 86 ...
Страница 95: ...95 A wireless connection to your WiFi network will be established Figure 88 ...
Страница 112: ...112 In this example su hotels Figura 107 ...
Страница 114: ...114 Figura 109 Copy from here To here ...
Страница 118: ...118 THIRD PARTY CONTROL PROTOCOL PLAYER ONE JSON Commands USUER MANUAL ...
Страница 153: ...HOW TO IDENTIFY INTERNET RADIO URL STREAMS 153 ...