fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
222 stars 84 forks source link

Fix: parameter numbers in logging w/o trailing ".0" #491

Closed DE-cr closed 1 year ago

DE-cr commented 1 year ago

...or was that intentional?

fredlcore commented 1 year ago

Yes, the decimal part of the parameter (i.e. 8300.0) is intentional to be consistent with the webinterface.

DE-cr commented 1 year ago

Sorry, I had not noticed that the parameter numbers in /K have recently been changed to a format with a trailing ".0" (or similar?).

Where parameter numbers are expected in /C (and config.h?), the integer representation still seems to be OK/preferred, though?

fredlcore commented 1 year ago

Yes, integer representations still work.