OpenMQTTGateway
OpenMQTTGateway copied to clipboard
Ability to set device name without suffix
Description:
Add the ability to ForceDeviceName without suffixing the last 6 digits' mac address. Simply compile with -DForceDeviceNameNoSuffix to do so.
Need to be careful that each device has a distinct name so that there is no collision during discovery.
Also added :
- missing "tempc" and "tempf" (keeping "temp" which is celcius for backward compat).
- rssi diagnostic value for all connectable devices.
Checklist:
- [x] The pull request is done against the latest development branch
- [x] Only one feature/fix was added per PR and the code change compiles without warnings
- [x] I accept the DCO.