microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.29k stars 121 forks source link

user defined server fails on missing optional register #581

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

The Led server has a few missing optional registers (they return undefined). The user-defined server fails to handle this and send a notimplemented packet.