Re: JavaScript command or Normal?

Wednesday, February 1, 2012
Define "more efficient".

In the context of automation, sending a command via JavaScript (a bit
slower as it requires going through the JS engine) or directly using
a Command attached to an external System is the same. I don't think
you would notice a difference.

How you implement this is a matter of choice -- you may not need JavaScript
at all for your GUI, in this case it makes sense to send your data via
a Command attached to a System.

Florent

On Feb 1, 2012, at 3:21 PM, BR-101 wrote:

> I have a curiosity: it is possible to send my IR commands via java
> script?
> If this is possible, a command sent via JS is more efficient than
> normal?

--
Florent Pillet - Software Engineering Lead
www.commandfusion.com

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

0 comments:

Post a Comment