SKIP = "SKIP"
UNKNOWN = "UNKNOWN!"
def should_skip(device) -> bool:
return device['x'] == SKIP or device['y'] == SKIP or device[
'x'] == UNKNOWN or device['y'] == UNKNOWN