Support
SmartHome Wall Tablet API
Note : This API requires the installation of the PanelControl app, which can be downloaded from https://apps.smarthome.com.au/tablet/3rdparty.html
Base URL
http://<tablet-ip>:8080
Screen
GET/getScreen
Returns the current screen power state.
Returns: on off
SET/setScreen?state=
Turns the screen on or off.
| Parameter | Type | Values |
|---|---|---|
state |
string | on | off |
SET/setScreen?brightness=
Sets the screen brightness level.
| Parameter | Type | Values |
|---|---|---|
brightness |
integer | 1 – 100 |
LED
SET/setLED
Sets the LED to a specific color.
| Parameter | Type | Values |
|---|---|---|
color |
string | Hex color, no # — e.g. FF5500 |
Relays
GET/getRelay
Returns the current state of a relay.
| Parameter | Type | Values |
|---|---|---|
relay |
integer | 1 | 2 |
Returns: true false
SET/setRelay
Sets the state of a relay.
| Parameter | Type | Values |
|---|---|---|
relay |
integer | 1 | 2 |
state |
boolean | true | false |
Audio
SET/playAudio
Plays audio from a remote URL at the specified volume.
| Parameter | Type | Values |
|---|---|---|
url |
string | Publicly accessible audio URL |
volume |
integer | 1 – 100 |
Â
Updated on April 16, 2026