mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

sendRawMessage REST API call for smart sleep nodes #501

Closed mtiutiu closed 5 years ago

mtiutiu commented 5 years ago

It seems that the sendRawMessage REST api call doesn't take into account smart sleep enabled nodes. From the tests that I did so far it just seems to send the message right away without putting it into the waiting queue.

Environment used:

  1. MySensors back-end with a serial gateway
  2. MyController version 1.4.0.
jkandasa commented 5 years ago

@mtiutiu I have updated in SNAPSHOT version, could you please confirm?

mtiutiu commented 5 years ago

@jkandasa Tested and it works as expected now!! This ticket can be closed now. Thanks.