DeviceRemote console
This commit is contained in:
parent
e40feeb81a
commit
8bfe1b2bc5
|
|
@ -4294,7 +4294,7 @@ router.post('/access', function(req,res){
|
|||
}
|
||||
else
|
||||
{
|
||||
console.log(device.name)
|
||||
console.log(device)
|
||||
if (typeof device === 'undefined' || device === null)
|
||||
{
|
||||
response.status=200;
|
||||
|
|
|
|||
Loading…
Reference in New Issue