Plater

Results 63 comments of Plater

I admit I mostly just tried to get twitter working and failed. I made a dummy twitter account but without a cell# tied to it, you dont get API access....

The directly connect XBee is your coordinator? Is `send_expl_data(remote_xbee, data, src_endpoint, dest_endpoint, cluster_id, profile_id, transmit_options=0)` what you have to use? Can you accomplish the task by using `send_data(remote_xbee, data, transmit_options=0)`...

(Note v1.0.2) The ONLY way I have found to stop my checkbox from changing state is to use "throw" which seems naughty. No amount of stopPropagation() or preventDefault() or return...