Mother DocsMother Docs
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
  • Mother OS (Ingame Script)
    • Getting Started

      • Upgrade Guide
      • Installation
      • Command Line Interface (CLI)
      • Configuration
      • Modules
    • Core Modules

      • Activity Monitor
      • Almanac
      • Block Catalogue
      • Local Storage
      • Security
      • Intergrid Message Service
    • Extension Modules

      • Air Vent Module
      • Battery Module
      • Terminal Block Module
      • Cockpit Module
      • Connector Module
      • Display Module
      • Docking Module
      • Door Module
      • Flight Control Module
      • Gas Tank Module
      • Gyroscope Module
      • Hinge Module
      • Landing Gear Module
      • Light Module
      • Flight Planning Module
      • Piston Module
      • Programmable Block Module
      • Rotor Module
      • Sensor Module
      • Sound Block Module
      • Thruster Module
      • Timer Block Module
    • Command Cheatsheet
    • Compatibility
    • Examples
  • Powered By Mother

Battery Module

The battery module allows the user to control batteries on the grid. Batteries have multiple states that can he set individually, or toggled through.

  • Commands
    • charge
    • discharge
    • auto
    • toggle

Commands

charge

Set the battery to Recharge mode.

battery/charge <Battery|Group>

Example

Terminal
battery/charge "Main Battery";

discharge

Set the battery to Discharge mode.

battery/discharge <Battery|Group> [--options]

Example

Terminal
battery/discharge "Main Battery";

auto

Set the battery to Auto mode.

battery/auto <Battery|Group> [--options]

Example

Terminal
battery/auto "Main Battery";

toggle

Toggle the battery between Auto, Recharge and Discharge mode.

battery/toggle <Battery|Group> [--options]

Example

Terminal
battery/toggle "Main Battery";
Last Updated:: 3/20/25, 8:40 PM
Contributors: Luke Morrison
Prev
Air Vent Module
Next
Terminal Block Module