def call_update_shadow()

in tools/someip_device_shadow_editor/someip_device_shadow_editor_sim.py [0:0]


def call_update_shadow(shadow_name, update_document):
    print("==================================================")
    print(
        str(datetime.datetime.now())
        + " Call update_shadow: shadowName="
        + shadow_name
        + "; update_document="
        + update_document
    )
    someip_sim.update_shadow(shadow_name, update_document)
    print("**************************************************")
    print("Sleeping for 1s")
    time.sleep(1)