Question
Which are the RCP+ CGI commands for AVIOTEC starlight 8000 to enable or disable the scene quality (bright or dark)?
Answer
Below are the RCP+ commands:
- To enable scene to bright only:
- http://<ip address>/rcp.xml?command=0x0a23&type=P_OCTET&direction=WRITE&num=1&payload=0xA060FFFF
- To enable scene to dark only:
- http://<ip address>/rcp.xml?command=0x0a23&type=P_OCTET&direction=WRITE&num=1&payload=0x9060FFFF
- To enable both:
- http://<ip address>/rcp.xml?command=0x0a23&type=P_OCTET&direction=WRITE&num=1&payload=0xB060FFFF
- To disable both:
- http://<ip address>/rcp.xml?command=0x0a23&type=P_OCTET&direction=WRITE&num=1&payload=0x8060FFFF
See also: