User Tools

Site Tools


oas:api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
oas:api [28.01.2022 17:00] adminoas:api [30.01.2023 17:41] (current) admin
Line 1: Line 1:
 <markdown> <markdown>
-#### OnAirScreen API / UDP / HTTP Commands+# OnAirScreen API / UDP / HTTP Commands
 OnAirScreen can receive API commands via UDP default port 3310 or HTTP default port 8010\\ OnAirScreen can receive API commands via UDP default port 3310 or HTTP default port 8010\\
 Here is an easy UDP example on how to control a local OnAirScreen instance on a linux system. Here is an easy UDP example on how to control a local OnAirScreen instance on a linux system.
Line 66: Line 66:
 `CONF:LED[1-4]:autoflash=[False|True]`   `CONF:LED[1-4]:autoflash=[False|True]`  
 `CONF:LED[1-4]:timedflash=[False|True]`   `CONF:LED[1-4]:timedflash=[False|True]`  
 +`CONF:Timers:TimerAIR[1-4]Enabled=[False|True]`  
 +`CONF:Timers:TimerAIR[1-4]Text=TEXT`  
 +`CONF:Timers:AIR[1-4]activebgcolor=COLOR`  
 +`CONF:Timers:AIR[1-4]activetextcolor=COLOR`  
 +`CONF:Timers:AIR[1-4]iconpath=PathToIcon`  
 +`CONF:Timers:TimerAIRMinWidth=PIXELS`  
 `CONF:Clock:digital=[True|False]`   `CONF:Clock:digital=[True|False]`  
 `CONF:Clock:showseconds=[True|False]`   `CONF:Clock:showseconds=[True|False]`  
 +`CONF:Clock:secondsinoneline=[True|False]`  
 `CONF:Clock:digitalhourcolor=COLOR`   `CONF:Clock:digitalhourcolor=COLOR`  
 `CONF:Clock:digitalsecondcolor=COLOR`   `CONF:Clock:digitalsecondcolor=COLOR`  
 `CONF:Clock:digitaldigitcolor=COLOR`   `CONF:Clock:digitaldigitcolor=COLOR`  
 `CONF:Clock:logopath=PathToLogo`   `CONF:Clock:logopath=PathToLogo`  
 +`CONF:Clock:logoUpper=[True|False]`  
 `CONF:Network:udpport=PORT`   `CONF:Network:udpport=PORT`  
 `CONF:Network:tcpport=PORT`   `CONF:Network:tcpport=PORT`  
 `CONF:CONF:APPLY=TRUE`   `CONF:CONF:APPLY=TRUE`  
 </markdown> </markdown>
 +
 +COLOR: can be in the form of Webcolors (#00FF00) or in hex notation (0x00FF00) or one of the SVG named colors (https://www.w3.org/TR/SVG11/types.html#ColorKeywords)
  
  
oas/api.1643389247.txt.gz · Last modified: 28.01.2022 17:00 by admin