You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Use enum-only format for mock source dataType config
- Remove string format support and custom deserializer for dataType
- DataType now requires object format: { type: counter|sensor_reading|generic }
- sensor_reading supports sensor_count parameter (default: 5)
- Update all example configs to use enum format
- Update README documentation
- Update all tests
0 commit comments