Jump to content

AMX CONTROL


Jorged

Recommended Posts

  • Moderator

What is wrong with the example code provided in the linked post above? (IP power down)

To power down all you need to send is ...

authenticate 2
powerDown

;

 

power control is not done with 'one to many' cluster commands (authenticate 1)
it is accomplished with 'one to one' administrative commands (authenticate 2).
You must establish a direct connection with each watchpoint computer,

the command below only affects one computer.

powerDown
with no parameter. This will immediately disconnect you, as it causes
WATCHPOINT to quit, so this should be the last command you intend to
send until the watchpoint computer is powered on / restarted.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...