daskeyboard / daskeyboard.io

Q - Das Keyboard Q documentation website for REST API and more.
https://www.daskeyboard.io
Apache License 2.0
77 stars 31 forks source link

DELETE - Device not found #86

Open parabola949 opened 4 years ago

parabola949 commented 4 years ago

Following the documentation, I'm writing a .NET library for talking to the keyboard so I can build some game integrations. I am able to set a color just fine, but when I attempt to delete it, I get an error saying device not found.

I went into postman, and tried there, using exactly the samples from the documentation. I sent the SET_COLOR signal, which worked, but when I sent a DELETE to http://localhost:27301/api/1.0/signals/pid/DK5QPID/zoneId/KEY_F, It returned Device DK5QPID not found

This is odd because that's the same pid I'm using for the SET_COLOR...

veilofsecurity commented 1 year ago

Same error here, delete by signal id, create, get all work but delete by signal zone ID results in the device not found error.