Binaries/open: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "open binary is used to activate a redstone signal on a remote computer over the rednet network")
 
No edit summary
Line 1: Line 1:
open binary is used to activate a redstone signal on a remote computer over the rednet network
open [[Binaries|binary]] is used to activate a redstone signal on a remote computer over the rednet network, mainly used to automate doors or password protect them.
 
 
'''usage:'''
 
open doorname duration
 
 
'''output:'''
 
if your user is allowed to, the computer will activate it's redstone output for the duration in seconds you provided.
 
if no duration is provided it defaults to 10 seconds
 
if duration is 0 then the computer will try to toggle, if it's not allowed to do this it wil default to 10 seconds.

Revision as of 08:07, 24 September 2024

open binary is used to activate a redstone signal on a remote computer over the rednet network, mainly used to automate doors or password protect them.


usage:

open doorname duration


output:

if your user is allowed to, the computer will activate it's redstone output for the duration in seconds you provided.

if no duration is provided it defaults to 10 seconds

if duration is 0 then the computer will try to toggle, if it's not allowed to do this it wil default to 10 seconds.