✨ Enhancements
- **Settings Retrieval Refactor**: Improved type safety and code clarity by changing the return type of `get_settings` to `SettingsDataResponse`, renaming `CHARACTERISTICS` to `CHAR_MAP`, and updating `SettingsDataResponse` to use `TypedDict`.
- **Boost Temperature Validation**: Updated validation logic for `boost_temp` to correctly handle a value of 0, indicating the feature is off.
🐛 Bug Fixes
- **Uptime and Movement Conversion**: Corrected the representation of uptime and movement values from 100ms ticks to seconds, ensuring accurate data in `LiveDataResponse`.
📋 Miscellaneous
- **Version Bump**: Incremented version number from 0.1.0 to 0.1.1.
- **Documentation and Configuration**: Updated project metadata, including author details and issue templates.
[View the full comparison on GitHub](https://github.com/tr4nt0r/pynecil/compare/v0.1.0...v0.1.1)