WebThingsIO / gateway

WebThings Gateway
http://webthings.io/gateway
Mozilla Public License 2.0
2.61k stars 335 forks source link

Refine groups API - fixes #2939 #3101

Closed benfrancis closed 1 year ago

benfrancis commented 1 year ago

Following my proposal in #2939, all this first PR actually does is to rename group_id to groupId in Thing Descriptions to make its case consistent with all of the other members (i.e. lower camel case rather than snake case).

A vendor prefix could be done later as part of a wider change in #2832.