47 | | 12. |
| 47 | 12. Back at your SSH session, type the following: |
| 48 | {{{ |
| 49 | tail -f /var/log/cmh/LuaUPnP.log | grep RFID |
| 50 | }}} |
| 51 | You should see something like this: |
| 52 | {{{ |
| 53 | root@HomeControl:~# tail -f /var/log/cmh/LuaUPnP.log | grep RFID |
| 54 | 50 07/01/10 15:04:39.601 luup_log:68: RFID tag 1iW9 found by receiver 68, but not assigned to a device. <0x3c10> |
| 55 | 50 07/01/10 15:04:41.556 luup_log:68: RFID tag 1iW9 found by receiver 68, but not assigned to a device. <0x3c10> |
| 56 | 50 07/01/10 15:04:43.747 luup_log:68: RFID tag 1iW9 found by receiver 68, but not assigned to a device. <0x3c10> |
| 57 | }}} |
| 58 | Please note the 4-character tag ID that is returned. |
| 59 | |