Parameters Missing For Command On Device Edit Page

You would need to specifiy the parameters when you declare the command.

command "setWhite1Level"

should be something like

command "setWhite1Level", ["NUMBER"], ["NUMBER"]

See patrick's post here for more options:

1 Like