tobre6/neato-botvac
Composer 安装命令:
composer require tobre6/neato-botvac
包简介
PHP API for Neato Botvac robot vacuum cleaner
README 文档
README
This is an unofficial API client which can help you to interact with the Neato cloudservices which are used to control you Neato Connected vacuum robot.
Thanks to Lars Brillert @kangguru who reverse engineered the Neato API from which this library is ported from. Port is based on https://github.com/kangguru/botvac
Disclaimer
As this is an unofficial client to the Neato API which required to be reverse engineered (by Lars Brillert) things are topic to be unstable and maybe unreliable.
Please don't blame me :) Just drink a beer and relax, things will maybe work out in the future ... and maybe not.
Usage
Check the examples to get a hint on how to use the library, most is self explanatory.
Currently the following methods are available in the NeatoBotvacRobot class (some of them takes parameter(s) but have safe defaults):
- getRobotState
- startCleaning
- startEcoCleaning
- pauseCleaning
- stopCleaning
- sendToBase
- enableSchedule
- disableSchedule
- getSchedule
The method names should give you an idea what the specific action will cause. Still this is not all, but that's what is available for the moment.
Contributing
- Fork it ( http://github.com/tomrosenback/botvac/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-08-07