Ruby Integration
Overview
The Ruby integration for Sensibo allows you to control your Sensibo devices programmatically using Ruby. This unofficial client library provides a simple interface to interact with the Sensibo API.
Installation
Add this line to your application’s Gemfile:
Or install it directly:
Quick Start
Here’s a basic example to get you started:
Features
- 🔌 Easy device discovery and control
- 🌡️ Temperature and mode management
- 💨 Fan speed control
- 📊 State monitoring
- ⏰ Timer and schedule support
Resources
- GitHub Repository - Source code and documentation
- RubyGems Page - Gem information and installation
- Issue Tracker - Report bugs or request features
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -am 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Support
For questions and discussions about the Ruby integration:
- Open an issue on GitHub
- Join the discussion in the repository’s Discussions section
- Check existing issues for similar problems and solutions