feat(rfid): no read console log for now but will show in frontend as well
This commit is contained in:
7
server/services/rfid/controller/noRead.ts
Normal file
7
server/services/rfid/controller/noRead.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* For a no read we just want to put up a notification to the rfid dashboard stating this reader did not respond with any tag data.
|
||||
*/
|
||||
|
||||
export const noRead = async (reader: string) => {
|
||||
console.log(`${reader} just had a no read please check for a tag and manually trigger a read.`);
|
||||
};
|
||||
Reference in New Issue
Block a user