(p)
| 1410 | 'old_mac': old['mac'], 'new_mac': c['mac'], |
| 1411 | 'old_klass': oc['klass'], 'new_klass': c['klass'], |
| 1412 | 'severity': 'low' if privacy_only else 'high', |
| 1413 | }) |
| 1414 | hist.append({'mac': c['mac'], 'first': now, 'last': now}) |
| 1415 | else: |
| 1416 | hist[-1]['last'] = now |