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

Forward custom JSON on notes/lights as used by several modes like Chroma or Noodles #37

Open
codingcatgirl opened this issue Aug 29, 2022 · 1 comment

Comments

@codingcatgirl
Copy link

Feature request

Several mods use custom json on notes/lights to set custom colors or other effects. It would be nice if that custom json was provided through the websocket API as well.

I've noticed that there is an OtherJSON in the code. It seems like right now it is never used. Maybe this is a bug and it was supposed to be for that?

Motivation

The more information the better :) No but seriously, if you sync room lights with Beat Saber or something, obviously knowing if some mod alters the color of the lights would be very useful.

@denpadokei
Copy link
Owner

OtherJSON is provided for other mods to send information using HttpSiraStatus.
https://github.com/denpadokei/HttpStatusExtention

It can't be implemented in HttpSiraStatus because it increases the number of dependent mods, but it is possible to implement it as another mod.

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

2 participants