mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Merge pull request #30 from cliffe/1-bluetooth-lock-system-implementation
1 bluetooth lock system implementation
This commit is contained in:
@@ -244,6 +244,17 @@
|
||||
"width":48,
|
||||
"x":380,
|
||||
"y":166
|
||||
},
|
||||
{
|
||||
"height":48,
|
||||
"id":13,
|
||||
"name":"bluetooth_spoofer",
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":48,
|
||||
"x":320,
|
||||
"y":166
|
||||
}
|
||||
],
|
||||
"opacity":1,
|
||||
@@ -253,7 +264,7 @@
|
||||
"y":0
|
||||
}],
|
||||
"nextlayerid":12,
|
||||
"nextobjectid":11,
|
||||
"nextobjectid":14,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.11.0",
|
||||
|
||||
@@ -45,7 +45,14 @@
|
||||
"name": "Bluetooth Scanner",
|
||||
"takeable": true,
|
||||
"observations": "A device for detecting nearby Bluetooth signals",
|
||||
"canScanBluetooth": true,
|
||||
"canScanBluetooth": true
|
||||
},
|
||||
{
|
||||
"type": "bluetooth_spoofer",
|
||||
"name": "Bluetooth Spoofer",
|
||||
"takeable": true,
|
||||
"observations": "A specialized device that can mimic Bluetooth signals from other devices",
|
||||
"canSpoofBluetooth": true,
|
||||
"mac": "00:11:22:33:44:55"
|
||||
}
|
||||
]
|
||||
|
||||
1291
index.html
1291
index.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user