-
Notifications
You must be signed in to change notification settings - Fork 14
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
disable satecmd check on startup[Support] #116
Comments
ok I solved it for my specific case by commenting out parts of the validateStateCmd( state_cmd )
{
/*
...
*/
return true
} But I dont feel confident about this becasue I dont know if this causes other issues. |
Hi,
I have done just that too. Sorry, I'm trying to get something in at the
same time. The fix should be later today. Sorry for the late response.
Ttyl,
John
…On Sun, Nov 7, 2021 at 10:48 AM f, ***@***.***> wrote:
ok I solved it for my specific case by commenting out parts of the
validateStateCmd() in Cmd4Accessory.js so it always returns ture.
validateStateCmd( state_cmd )
{/*...*/return true
}
But I dont feel confident about this becasue I dont know if this causes
other issues.
anyway feel free to close this.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSBCX63EE7ZFKOAPYF7Y2TUK2NTRANCNFSM5HQXBPFQ>
.
|
Hi, I just release v6.0.1 that did exactly what you wanted. That code has been there since the beginning and was never a really good thing to do. Enjoy Cmd4, |
wow thank you again for your quick help! I appreciate this very much! |
Hi,
Your quite welcome.
John Talbot
…On Sun, Nov 7, 2021 at 4:30 PM f, ***@***.***> wrote:
wow thank you again for your quick help! I appreciate this very much!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSBCX3QSIISXSYJVAMAHNDUK3VYNANCNFSM5HQXBPFQ>
.
|
Describe Your Problem:
I want to open a ssh session and call a remote python script via the sate_cmd
this results in an error when I start homebridge
is there a simple way to disable this check?
this is just a minor issue and probably very specific. I can work around this if there is no easy way to disable this check.
any way I really love your plugin and you already heled me a bunch of times! I am very thankfull for your effort and time!
Environment:
The text was updated successfully, but these errors were encountered: