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...
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 returnedDevice DK5QPID not found
This is odd because that's the same pid I'm using for the SET_COLOR...