Code Monkey home page Code Monkey logo

Comments (9)

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

i dont think this is possible in youre script, openssh i have spend almost a week on it on all time i had free and couldnt inplent it without errors

from custom-cortana-commands-template.

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

any response?

from custom-cortana-commands-template.

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

what about yeah if you now how it works i will implent it, 30 days ago still no respone

from custom-cortana-commands-template.

crclayton avatar crclayton commented on June 1, 2024

The repository is to create custom cortana responses, not to figure out how to turn off your lights. Your command compiles and executes, you just need to debug your ssh. Your issue isn't in the scope of what I have time or interest in solving for you.

from custom-cortana-commands-template.

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

then dont make promises

from custom-cortana-commands-template.

crclayton avatar crclayton commented on June 1, 2024

Such as...?

from custom-cortana-commands-template.

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

in closed ticket 3 you said when i get the script working with ssh net you would implent ssh net for easy use... so it took me (non dev) ages to get it work and i quote

"I haven't looked into it much further, but if you get it working then post it back here and I'll include SSH as one of the examples in the template. Good luck!"

from custom-cortana-commands-template.

crclayton avatar crclayton commented on June 1, 2024

Do you have a working example for me to include in the template?

from custom-cortana-commands-template.

IIIdefconIII avatar IIIdefconIII commented on June 1, 2024

this is what is working in my script

private void button6_Click_1(object sender, EventArgs e)
{
    using (var client = new SshClient("10.19.1.7", "username", "pwd"))
    {
        client.Connect();
        client.RunCommand("/home/iiidefconiii/HarmonyHubControl/HarmonyHubControl *****@gmail.com ***** 10.19.1.8  issue_device_command 42458302 'Light6'");
        client.Disconnect();
    }
}

from custom-cortana-commands-template.

Related Issues (8)

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.