mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
Trigger opening of door if card is valid
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
module.exports = class Door {
|
||||
static open() {
|
||||
console.log('OPEN')
|
||||
console.log('OPEN DOOR!!!!!!!!!!!!!!')
|
||||
}
|
||||
|
||||
static close() {
|
||||
console.log('CLOSE')
|
||||
}
|
||||
// static close() {
|
||||
// console.log('CLOSE DOOR!!!!!!!!!!!!')
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user