Coder Social home page Coder Social logo

lifxlan's People

Contributors

samaphp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

lifxlan's Issues

PHP 32-bit issue

When I'm running this code on Raspberry pi 4 with 32 bit CPU I'm getting this error:

Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in Samaphp\LifxLan\DataWrapper->wrap() (line 104 of vendor/samaphp/lifxlan/src/DataWrapper.php).
Samaphp\LifxLan\DataWrapper->wrap('Pvv', 0, 102, 0) (Line: 96)
Samaphp\LifxLan\DataWrapper->protocolHeaderData() (Line: 82)
Samaphp\LifxLan\Message\Light->setColor(65535, 0, 65535, 3200) (Line: 70)
Samaphp\LifxLan\Message\Light->setColorByName('white_warm', 100) (Line: 42)

My test code is:

$light_ip = '192.168.1.169';
$Light = new Light($light_ip);
$Light->setColorByName('white_warm', 100);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.