Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance error handling in RWSensor classes
- Added validation to `NumberRWSensor` and `TimeRWSensor` to raise a `NotImplementedError` if the sensor address is not set, preventing invalid operations. - Implemented a post-initialization check in `SystemTimeRWSensor` to ensure exactly 3 registers are provided, raising a `ValueError` if the condition is not met.
- Loading branch information