Skip to content

Commit

Permalink
Adapt to naming convention (#18232)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Feb 9, 2025
1 parent 0b13f65 commit 958c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.bluetooth/CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Two fundamental communications methods can be employed in Bluetooth: beacons and
### Thing Naming

To avoid naming conflicts with different Bluetooth bundles a strict naming policy for things and thing xml files is proposed.
This should use the bundle name and the thing name, separated with an underscore - e.g. for a Yeelight binding Blue2 thing, the thing type would be `yeelight_blue2`.
This should use the bundle name and the thing name, separated with a hyphen - e.g. for a Yeelight binding Blue2 thing, the thing type would be `yeelight-blue2`.

### Connected Mode Implementation

Expand Down

0 comments on commit 958c43e

Please sign in to comment.