From 8e09ae778112e444b2e4ee61e00afcf1ae9be311 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 12 Nov 2017 11:23:28 -0500 Subject: [PATCH] Created Hardware: Battery (markdown) --- Hardware:-Battery.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Hardware:-Battery.md diff --git a/Hardware:-Battery.md b/Hardware:-Battery.md new file mode 100644 index 0000000..f762ff5 --- /dev/null +++ b/Hardware:-Battery.md @@ -0,0 +1,14 @@ +Generic medium-capacity battery. + +### Specifications +Manufacturer: 立方電子 +Version: 1.0B +Default address: `0x000A` +Hardware ID: `0x000A` +Maximum Capacity: 60,000 kJ + +### +| Value of A | Action | Energy cost | Result | +| --- | --- | --- | --- | +| `1` | `POLL` | `0 kJ` | Get the current charge of the battery in kJ | +| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Get the maximum capacity of the battery | \ No newline at end of file