IoTReady / aws_iot_demo

No whitespaces allowed surrounding docstring text FLK-D210
Documentation
Minor
a year agoa year old
No whitespaces allowed surrounding docstring text
51    return metrics
52
53def main(handler):
54    """ Gets system metrics and updates the device shadow suing the aws_shadow_updater helper library.55    """
56    payload = get_metrics()
57    print("On device:", payload)