Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile support #15

Open
jamesmfriedman opened this issue Dec 2, 2018 · 0 comments
Open

Tile support #15

jamesmfriedman opened this issue Dec 2, 2018 · 0 comments

Comments

@jamesmfriedman
Copy link

Hi! This is a great lib. Don't think I could've gotten going with out it. I'm trying to program some Tile lights. The basic apis work appropriately, but the actual Tile requests fail. I've tried extending the library doing the following, but I'm getting errors across the board.

LifxLanDevice.prototype.tileGetDeviceChain = function(params) {
  return this._request(701, params);
};

LifxLanDevice.prototype.tileStateDeviceChain = function(params) {
  return this._request(702, params);
};

LifxLanDevice.prototype.tileSetUserPosition = function(params) {
  return this._request(703, params);
};

LifxLanDevice.prototype.tileGetTileState64 = function(params) {
  return this._request(707, params);
};

LifxLanDevice.prototype.tileStateTileState64 = function(params) {
  return this._request(711, params);
};

LifxLanDevice.prototype.tileSetTileState64 = function(params) {
  return this._request(715, params);
};

Any Ideas!?
Thanks in advance :)

@furey furey mentioned this issue Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant