UCX series – User's Manual 81
Welcome Screen Settings
Display Welcome Screen Image
Request and Response #welcomescreen
ɯ <ip>
ɯ body: <image_state>
ɮ header: 200 OK
ɮ body: <image_state>
Parameters
Parameter Parameter description
<image_state>
true
false
The welcome screen image is displayed.
The welcome screen image is not displayed.
Example
ɯ
ɯ body: true
ɮ header: 200 OK
ɮ body: true
Display Welcome Screen Text
Request and Response
ɯ <ip>
ɯ body: <text_state>
ɮ header: 200 OK
ɮ body: <text_state>
Parameters
Parameter Parameter description
<text_state>
true
false
The welcome screen text is displayed.
The welcome screen text is not displayed.
Example
ɯ
ɯ body: false
ɮ header: 200 OK
ɮ body: false
Set Welcome Screen Text
Request and Response
ɯ <ip>
ɯ body: <text>
ɮ header: 200 OK
ɮ body: <text>
Parameters
The <text> may consist of letters (A-Z) and (a-z), hyphen (-), underscore (_), numbers (0-9), space ( ) and dot
Example
ɯ
ɯ body: helloworld
ɮ header: 200 OK
ɮ body: helloworld
Reset Welcome Screen Image
This command restores the original welcome screen image.
Request and Response
ɯ <ip>
INFO:
ɮ header: 200 OK
Example
ɯ
ɮ header: 200 OK