def state_has_changed()

in src/monitor.py [0:0]


def state_has_changed(healthy: bool, history: List[Dict[str, str]]) -> bool:
    # TODO: compare result of latest check with previous record
    pass