From 98b2b86fc2ece3ecbad9a22b35b3d6890b3c4820 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 31 Dec 2017 18:03:28 -0300 Subject: [PATCH] updating action labels --- Hardware:-Inventory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware:-Inventory.md b/Hardware:-Inventory.md index 667131d..aafef26 100644 --- a/Hardware:-Inventory.md +++ b/Hardware:-Inventory.md @@ -9,5 +9,5 @@ Hardware ID: `0x0006` ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `0` | `CLEAR` | `100 kJ` | Safely destroy the contents of the inventory | -| `1` | `POLL` | `0 kJ` | Get the contents of the inventory (B = Item ID, `0x0000` if empty) | +| `0` | `INV_CLEAR` | `100 kJ` | Safely destroy the contents of the inventory | +| `1` | `INV_POLL` | `0 kJ` | Get the contents of the inventory (B = Item ID, `0x0000` if empty) |