makeitlabs / ratt

RATT (RFID All The Things) is an RFID access control system primarily for use on tools and equipment in makerspace environments. Based on Raspberry Pi Zero W and a custom hardware control board.
23 stars 4 forks source link

Feature Request: User-initiated emergency lockout #13

Open bkgoodman opened 5 years ago

bkgoodman commented 5 years ago

Requested by a user/RM: Ability for an end-user to report a problem which is so severe it is believed to require immediately lockout of the tool for safety purposes.

I would assume this could somehow be tied into the existing "Report Problem", and the "Tool Lockout" mechanisms. (i.e. ARMs could use existing mechanism to unlock).

This probably involves Backend work, and probably mqtt_daemon work to provide appropriate Slack/RM notifications when this occurs.