Fix wrong ENUM values from Model
Changes
- In the current version, the
getEnumString
function has leading and trailing " - This leads to NRF not being able to detect the operation and reply with 400
- Move UPF-relevant models to common-src
Fix
- Make one templated helper function to fix this
Edited by Stefan Spettel