rsmp-nordic / rsmp_sxl_traffic_lights

RSMP Signal Exchange List (SXL) for Traffic Controllers
MIT License
12 stars 4 forks source link

documentation says 'integer' or 'boolean', but it's actually strings #123

Closed emiltin closed 3 years ago

emiltin commented 3 years ago

It's a bit confusing that the documentation says that arguments are integers or booleans, but acutally it's a json string, like "1" or "True".

otterdahl commented 3 years ago

Related issues: https://github.com/rsmp-nordic/rsmp_core/issues/63 and https://github.com/rsmp-nordic/rsmp_sxl_traffic_lights/issues/58

emiltin commented 3 years ago

closing because we will instead change core to use native json types like boolean