├── README.md ├── heaters └── examples │ ├── bash │ └── query_ambient_temperature.sh │ └── python │ ├── authentication_and_HTTP.py │ ├── basic_control.py │ ├── temperature_control.py │ └── timers.py └── postman_collection_heaters_gen_3.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/README.md -------------------------------------------------------------------------------- /heaters/examples/bash/query_ambient_temperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/heaters/examples/bash/query_ambient_temperature.sh -------------------------------------------------------------------------------- /heaters/examples/python/authentication_and_HTTP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/heaters/examples/python/authentication_and_HTTP.py -------------------------------------------------------------------------------- /heaters/examples/python/basic_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/heaters/examples/python/basic_control.py -------------------------------------------------------------------------------- /heaters/examples/python/temperature_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/heaters/examples/python/temperature_control.py -------------------------------------------------------------------------------- /heaters/examples/python/timers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/heaters/examples/python/timers.py -------------------------------------------------------------------------------- /postman_collection_heaters_gen_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mill-International-AS/Generation_3_REST_API/HEAD/postman_collection_heaters_gen_3.json --------------------------------------------------------------------------------