a15lam/php-iot 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

a15lam/php-iot

Composer 安装命令:

composer require a15lam/php-iot

包简介

PHP library for controlling household IoT devices.

README 文档

README

PHP library to control Wemo devices and Sonoff with custom firmware found here.

Currently supports...

  1. Wemo light bulb - on/off/dimming/status
  2. Wemo light switch - on/off/status
  3. Wemo switch (socket) - on/off/status
  4. Wemo insight switch - on/off/params/status
  5. Sonoff switch (custom firmware) - on/off/status
  6. Grouped devices under wemo bridge
  7. Device discovery

Getting started:

git clone https://github.com/a15lam/php-iot.git
cd php-iot
composer install
php example/console.php   // An example command line app to control your wemo devices.

Usage:

$lightSwitch = \a15lam\PhpIot\Discovery::getDeviceByName('Bed Room Light'); // Use your wemo device name as they show on your wemo app. Supports grouped devices
$lightSwitch->On();
sleep(2); // Allow a moment to see the light turning on.
$lightSwitch->Off();
// Get switch status
echo $lightSwitch->status();

Check the example directory for more usage. Run example/console.php from command line to control your devices.

统计信息

  • 总下载量: 52
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2017-01-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固