Commit 32e3fc8e by Bogdan Ungureanu

Adding raw logger

parent e4344518
......@@ -59,6 +59,7 @@ func (a *TK103) Handle(rcvd string) error {
if a.onPing != nil {
a.onPing(a.DeviceId, *res)
}
log.Printf("Message :%s", rcvd)
case "BO01": // Alarm Request
alrm := rcvd[cmd_start+4 : cmd_start+5]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment