Gracefully handle WeMo device not found
bericp1 opened this issue · 0 comments
bericp1 commented
Current behaviour: server crashes, throwing an Error
with en empty message
Desired Behavior: The wemo
command fails with a specific exit code when the device isn't found. Check for that and skip accordingly, somehow reporting that back to the caller (emit('error')
?)