Novastar H Series Api Review

def send(self, cmd): self.sock.sendall((cmd + "\r\n").encode()) return self.sock.recv(4096).decode(errors='ignore')

def set_brightness(self, value): return self.send(f"SET_BRIGHTNESS int(value)") novastar h series api

def get_brightness(self): return self.send("GET_BRIGHTNESS") def send(self, cmd): self

import socket, time

Public Domain content

Except where otherwise noted, all the contents published in this website are in the Public Domain. This includes original texts, translations and book covers. You can share and adapt it for any use. Please, refer to About Us section for further information.