auto comments

This commit is contained in:
proddy
2024-07-14 23:45:07 +02:00
parent 5f1cc56939
commit 7fc2afc11b
3 changed files with 33 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
#include "modbus.h"
#include "emsdevice.h"
/*
* This file is auto-generated by the update_modbus_registers.sh script. Do not modify.
*/
// clang-format off
namespace emsesp {
using dt = EMSdevice::DeviceType;
@@ -513,3 +519,6 @@ const std::initializer_list<Modbus::EntityModbusInfo> Modbus::modbus_register_ma
};
} // namespace emsesp
// clang-format off