1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # <devices> can be a single device 'p1' or a list 'p2 p3 p5' # <order> is the order listed by 'clusterhat status' (default 20) clusterhat on|off [<devices>] # Power on/off all or listed device(s) clusterhat status # Show status of ClusterHAT/CTRL clusterhat maxpi # Get number of controllable Pi sudo clusterhat init # Create/update symlinks for rpiboot [root] clusterhat alert on|off [<devices>] # Turn ALERT LED on/off for all or listed device(s) clusterhat led on # Enable LED (Power/pX/etc.) clusterhat led off # Disable LED (Power/pX/etc.) clusterhat hub off|on|reset # Turns on/off or resets the USB HUB ## The following are only available on ClusterCTRL devices clusterhat setorder <old> <new> # Set order on device <old> to <new> clusterhat getpath <device> # Get USB path to Px clusterhat fan on|off <order> # Turns FAN on/off for CTRL with <order> clusterhat save <order> # Save current settings to EEPROM clusterhat saveorder <order> # Save current order to EEPROM clusterhat savepos <order> # Save current Power On State to EEPROM clusterhat savedefaults <order> # Save factory default settings to EEPROM |