Skip to main content

IoT Device Capability Parser

Project description

Palazzetti SDK - Asset Parser

Library to detect capabilities of Palazzetti's product based on static and dynamic data

Requires Python 3.6 and uses semver.

import palazzetti_sdk_asset_parser as psap

def main():

    asset_parser = psap.AssetParser(get_alls={"STATUS":0}, get_stdt={"FAN2TYPE":3})
    asset_capabilities = asset_parser.parsed_data

    if (asset_capabilities.flag_has_fan): print("Product has main fan")

    if (asset_capabilities.value_product_is_on): print("Product is ON!")
    else: print("Product is OFF!")

main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

palazzetti_sdk_asset_parser-1.0.10.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page