Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
mqtt [2025-04-27 08:35] – [Misc] simon | mqtt [2025-05-07 20:09] (current) – [Misc] simon |
---|
| stats/member_count | n | Number of members | | | stats/member_count | n | Number of members | |
| time-since-last/reset | <name> | Reset "time since last" timer <name> | | | time-since-last/reset | <name> | Reset "time since last" timer <name> | |
| stock/<name>/in/<location>/add | <quantity> | Add <quantity> of <name> to <location> | | | stock/<item-name>/in/<location>/add | <quantity> | Add <quantity> of <item-name> to <location> | |
| stock/<name>/in/<location>/remove | <quantity> | Remove <quantity> of <name> from <location> (will automatically report running out of something) | | | stock/<item-name>/in/<location>/remove | <quantity> | Remove <quantity> of <item-name> from <location> | |
| stock/<name>/in/<location>/current | <quantity> | //Read Only//: There is <quantity> of <name> in <location> | | | stock/<item-name>/in/<location>/current | <quantity> | //Read Only//: There is <quantity> of <item-name> in <location> | |
| | stock/<item-name>/in/<location>/important | 0-1 (retain) | Report when we run out of <item-name> in <location>, or are running low (see minimum below) | |
| | stock/<item-name>/in/<location>/minimum | 2-n (retain) | Report when we have fewer than <n> of <item-name> in <location> | |
| |
===== TODO ===== | ===== TODO ===== |