Benefits of Using an IP Network
With the exception of command definitions, all functions, whether simple or complex, can be executed over IP using general web knowledge.
Key Commands
For more details, please refer to each detailed page.
| Function | REST API | IRCC-IP | Simple IP control |
|---|---|---|---|
| Input change/channel change | setPlayContent | N/A | setInput |
| Audio volume control | setAudioMute/setAudioVolume | N/A | setAudioMute/setAudioVolume |
| Setting configuration | setSceneSetting | N/A | setSceneSetting |
| IR remote command emulation | N/A | Yes | setIrccCode |
| Power state monitoring/management | getPowerStatus/setPowerStatus | N/A | getPowerStatus/setPowerStatus |
| Launch/Terminate application | setActiveApp/terminateApps | N/A | N/A |
Common Features of REST API and IRCC-IP
Multiple device control
- By managing IP addresses, you can select specific monitors.
Authentication
- You can select an authentication method and prohibit unexpected commands.
Combination with your HTML5/Android application
- You can assign any command to a custom layout button in your app.
- You can send various commands through your app on your local network.