Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistent DataUpdate event type identifiers for LPP use cases (…
…#137) This pull request resolves inconsistencies in the event type identifiers within usecases/cs/lpp/types.go and usecases/eg/lpp/types.go. The following changes were made: - Corrected event type identifiers to align with LPP scenarios instead of LPC scenarios where applicable. This helps ensure the identifiers accurately reflect their use cases and scenarios. - Updated DataUpdateHeartbeat in both files to reflect the correct uclppserver and cs-lpp prefixes. These changes improve code accuracy, documentation and maintain the correct mapping of constants to their respective use cases in the EEBUS library.
- Loading branch information