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

Enhancement: Add Number Entry Support at Start #138

Open
drjeffries opened this issue Jul 10, 2024 · 3 comments
Open

Enhancement: Add Number Entry Support at Start #138

drjeffries opened this issue Jul 10, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@drjeffries
Copy link

No idea if this is possible, but in a headless Pi install, it would be cool to be able to enter the IP address using streamdeck buttons. I'm envisioning a 0-9 and enter button to enter an ip address into the system.

That said, now that I'm writing this, you could probably do this reverse from a post command in Companion.

Just would be interesting to be able to connect to companion without having to pull out a laptop.

I'd say low priority if even possible.

@Julusian
Copy link
Member

That said, now that I'm writing this, you could probably do this reverse from a post command in Companion.

Yes, this is something I am thinking about doing, as well as adding mdns so that companion can discover satellite if wanted

Building an ip address input is unlikely to be something I will look into, it gets a bit complex and messy for first setup. And considering that satellite supports 10+ different surface types, some of which don't have displays, or don't have enough buttons to do 0-9 input, this will likely need to be tested or implemented slightly differently for each surface type.

@Julusian Julusian added enhancement New feature or request help wanted Extra attention is needed labels Jul 20, 2024
@sparks-alec
Copy link

Working on this! Here's progress:
IMG_6410

Unfortunately I cannot get the code to commit until it lints and I'm really struggling to get ESLint and the TSConfigs to like each other. Modern JS development with its complex toolchains is very frustrating to work on.

@Julusian
Copy link
Member

Julusian commented Sep 9, 2024

Unfortunately I cannot get the code to commit until it lints and I'm really struggling to get ESLint and the TSConfigs to like each other. Modern JS development with its complex toolchains is very frustrating to work on.

Honestly the answer for now is probably to skip the hooks when committing.
I don't remember if I fixed the eslint issue you mention, or if I have been ignoring it by skipping the hooks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants