benzman81 / homebridge-http-webhooks

A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
GNU General Public License v3.0
179 stars 56 forks source link

Success criteria #153

Closed TeslaOwnerTips closed 2 years ago

TeslaOwnerTips commented 2 years ago

Curious why when incorrect value types (numeric/boolean) or out or range values are provided the response has "success":true

Basically except for an id not found the response is always "success":true

[ERROR Http WebHook Server] AccessoryId 'locked' not found

benzman81 commented 2 years ago

This is simply because I think it is not needed and adds unnecessary complexity which should be only needed to "setup" the hooks correctly. If they are configured and called correctly, the this should never happen or shouldn't be a problem.