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)
Summary of Contents for PLAYER ONE
Page 54: ...54 Figure 32 The action of loading and playing the specified stream is configured Figure 33 ...
Page 85: ...85 Figure 76 accessing the network configuration Figure 77 editing network parameters ...
Page 90: ...90 Figure 83 editing WiFi password ...
Page 95: ...95 A wireless connection to your WiFi network will be established Figure 88 ...
Page 112: ...112 In this example su hotels Figura 107 ...
Page 114: ...114 Figura 109 Copy from here To here ...
Page 118: ...118 THIRD PARTY CONTROL PROTOCOL PLAYER ONE JSON Commands USUER MANUAL ...
Page 153: ...HOW TO IDENTIFY INTERNET RADIO URL STREAMS 153 ...