mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
Add documentation for power monitor digiline interface
This commit is contained in:
parent
47e75e456f
commit
6014539705
|
@ -38,6 +38,12 @@ if event.type == "digiline" and event.channel == "switch" then
|
|||
end
|
||||
```
|
||||
|
||||
## Power monitor
|
||||
The commands:
|
||||
- `"get"`: The power monitor sends back information about the attached network
|
||||
- `"supply"`, `"demand"` and `"lag"`: Same as switching station
|
||||
- `"battery_count"`, `"battery_charge"` and `"battery_charge_max"`: Totaled information about the attached batteries.
|
||||
|
||||
|
||||
## Supply Converter
|
||||
You can send the following to it:
|
||||
|
|
Loading…
Reference in New Issue
Block a user