Difference between sceneItem.sendCommand(ON) and sendMiosScene()?

Howdy,

Sorry for all the questions – just trying to make sure I’m doing things in the spirit of the binding.

When executing a Vera scene, is there any difference and/or benefit between

myScene.sendCommand(ON)

and

sendMiosScene(myScene)

From what I’ve learned so far, I assume they are identical. If so, perhaps some details on why both exist?

Thanks!!

Gerry

They’re identical.

Some may find the former a little odd to read, so I made the latter to make their rules more readable.

I still have a kink to work out, which will permit this to be used:

    myScene.sendMiosScene()

but for now, the style you show is fine.