Novastar H Series Api Jun 2026
: Developers can use the API to recall up to 2,000 saved presets , enabling instant scene changes during live events or in control rooms.
def load_preset(self, scene_num): if 1 <= scene_num <= 8: return self._send_command(0x30, bytes([scene_num])) novastar h series api
config:preset:load