This commit is contained in:
William Clark 2023-12-13 11:48:14 +00:00
parent 4aa83cb216
commit 032a3a4477

View File

@ -25,7 +25,7 @@ type Channel struct {
} }
type TH7 struct { type TH7 struct {
Led bool `json:"LED"` Led bool `json:"led"`
Debug bool `json:"debug"` Debug bool `json:"debug"`
NoLog bool `json:"nolog"` NoLog bool `json:"nolog"`
NoWeb bool `json:"noweb"` NoWeb bool `json:"noweb"`