You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should split the methods into two groups. "Easy" and "Full". Full methods will take JSON input and Easy methods will rely on the Full methods but take string or number input.
I should maybe also create "Utility" methods like "token".
Having
state.full
,state.color
,state.brightness
ect. is just too specific and not really helpful. You can just pass a single value tostate.full
.This are kind of nice, but probably should not be part of the main wrapper.
The text was updated successfully, but these errors were encountered: