mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-23 07:10:19 +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
|
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
|
## Supply Converter
|
||||||
You can send the following to it:
|
You can send the following to it:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user