![AMX Acendo Core ACR-5100 Скачать руководство пользователя страница 67](http://html.mh-extra.com/html/amx/acendo-core-acr-5100/acendo-core-acr-5100_administrators-manual_2937666067.webp)
NetLinx Programming
62
ACR-5100 Acendo Core Administrators Guide
Acendo Core System Responses
The following table lists status events generated by Acendo Core, some generated as command responses and some as unsolicited
responses.
VOLUME
Sets the system volume to the given level
Variables:
level
- the volume level specified as a whole number between 0 and 255 (required)
Syntax:
SEND_COMMAND <dev>,'VOLUME-<level>'
Example:
SEND_COMMAND 1001:1:0,'VOLUME-128'
VOLUME.MUTE
Mutes or unmutes the system volume.
Variables:
state
-
true/on/1
= muted
false/off/0
= unmuted (req
Syntax:
SEND_COMMAND <dev>,'VOLUME.MUTE-<mute>'
Example
SEND_COMMAND 1001:1:0,'VOLUME.MUTE-off'
WEB
Opens a full-screen web view of the given URL (auto-starts a session).
AUTOSTART
Variables:
url
- the full URL of the web page to display (required)
Syntax:
SEND_COMMAND <DEV>, "’WEB-<uri>’"
Example:
SEND_COMMAND <DEV>,WEB-"http://www.foxnews.com"
Event
Description
SESSION
Asynchronous event
A new session is started
'SESSION-TRUE'
A session is ended
'SESSION-FALSE'
Possible states sent to the NetLinx programmer for Streaming Content:
ACTIVITY.STATE
Automatically sent out when apps are started.
ACTIVITY.STATE-ONSTARTING,<simple app name>
Variables" simple app name = Home, Browser or Skype
IMPORTANT:
Only a few applications have a simple application name. So don't
expect this response for all activities.
Example Responses:
ACTIVITY.STATE-ONSTARTING,HOME
ACTIVITY.STATE-ONSTARTING,BROWSER
ALERT.CLOSED
If using "AlertActivity" a response is sent when the alert closes. It will include yes, no, ok, and
command base on how it is closed.
Example responses:
ALERT.CLOSED-yes
ALERT.CLOSED-no
ALERT.CLOSED-ok
NetLinx Commands
Description