NAME
enableSleep/disableSleep - enable or disable sleep management on specified MOOS node
SYNOPSIS
enableSleep nodeHost
disableSleep nodeHost
DESCRIPTION
The enableSleep utility enables sleep management on the specified MOOS node. Conversely, disableSleep disables sleep management on the node.

These utilities manipulate the value of the boolean SleepManager.enabled property on the specified node using the setNodeProperty utility.  Note that changes are not persisted on node restart, and the SleepManager.enabled property reverts to the value specified in siamPort.cfg.

These utilities may be run on the same host as the node, or on any networked host from which the node host is accessible. If run on the node's host, then nodeHost should be specified as "localhost", "local", or "loc".


ENVIRONMENT

The following environment variables must be set:


SEE ALSO

setNodeProperty