├── .github └── workflows │ └── publish-openapi-docs.yml ├── CHANGELOG.md ├── CNAME ├── LICENSE ├── README.md ├── best_practice ├── README.md ├── Smart Home Controller Issuing CA.pem └── Smart Home Controller Productive Root CA.pem ├── css ├── override.css └── swagger-custom.css ├── images ├── bosch_icon.png ├── bosch_smart_home.jpg └── bosch_smart_home_logo.png ├── index.html ├── openapi ├── ClimateControl-local-openapi-v3.yml ├── DoorWindowContact-local-openapi-v3.yml ├── IntrusionDetectionSystem-local-openapi-v3.yml ├── LightControl-II-local-openapi-v3.yml ├── LightControl-local-openapi-v3.yml ├── MainResources-local-openapi-v3.yml ├── MotionDetector-local-openapi-v3.yml ├── MultiroomBoilerControl-local-openapi-v3.yml ├── OutdoorSiren-local-openapi-v3.yml ├── PresenceSimulationSystem-local-openapi-v3.yml ├── Relay-local-openapi-v3.yml ├── RoomThermostat-local-openapi-v3.yml ├── SecurityCamera360-local-openapi-v3.yml ├── SecurityCameraEyes-local-openapi-v3.yml ├── ShcInfo-local-openapi-v3.yml ├── Shutter-II-local-openapi-v3.yml ├── Shutter-local-openapi-v3.yml ├── SmartPlug-local-openapi-v3.yml ├── SmokeDetector-II-local-openapi-v3.yml ├── SmokeDetector-local-openapi-v3.yml ├── Thermostat-II-local-openapi-v3.yml ├── Thermostat-local-openapi-v3.yml ├── Twinguard-local-openapi-v3.yml ├── UniversalSwitch-local-openapi-v3.yml └── WaterDetectionSystem-local-openapi-v3.yml └── postman ├── Bosch Smart Home Controller.postman_collection.json ├── Bosch Smart Home Controller.postman_environment.json ├── README.md └── images ├── postman_add_certificate.png ├── postman_add_pems.png ├── postman_check_shc_connection.png ├── postman_collections.png ├── postman_disable_ssl_verification.png ├── postman_environment_host.png ├── postman_environment_pass.png ├── postman_new_client.png ├── postman_settings.png └── shc-client-schematic-view.png /.github/workflows/publish-openapi-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/.github/workflows/publish-openapi-docs.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | local.apidocs.bosch-smarthome.com -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/README.md -------------------------------------------------------------------------------- /best_practice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/best_practice/README.md -------------------------------------------------------------------------------- /best_practice/Smart Home Controller Issuing CA.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/best_practice/Smart Home Controller Issuing CA.pem -------------------------------------------------------------------------------- /best_practice/Smart Home Controller Productive Root CA.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/best_practice/Smart Home Controller Productive Root CA.pem -------------------------------------------------------------------------------- /css/override.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/css/override.css -------------------------------------------------------------------------------- /css/swagger-custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/css/swagger-custom.css -------------------------------------------------------------------------------- /images/bosch_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/images/bosch_icon.png -------------------------------------------------------------------------------- /images/bosch_smart_home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/images/bosch_smart_home.jpg -------------------------------------------------------------------------------- /images/bosch_smart_home_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/images/bosch_smart_home_logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/index.html -------------------------------------------------------------------------------- /openapi/ClimateControl-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/ClimateControl-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/DoorWindowContact-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/DoorWindowContact-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/IntrusionDetectionSystem-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/IntrusionDetectionSystem-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/LightControl-II-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/LightControl-II-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/LightControl-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/LightControl-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/MainResources-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/MainResources-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/MotionDetector-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/MotionDetector-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/MultiroomBoilerControl-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/MultiroomBoilerControl-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/OutdoorSiren-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/OutdoorSiren-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/PresenceSimulationSystem-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/PresenceSimulationSystem-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Relay-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Relay-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/RoomThermostat-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/RoomThermostat-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/SecurityCamera360-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/SecurityCamera360-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/SecurityCameraEyes-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/SecurityCameraEyes-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/ShcInfo-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/ShcInfo-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Shutter-II-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Shutter-II-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Shutter-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Shutter-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/SmartPlug-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/SmartPlug-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/SmokeDetector-II-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/SmokeDetector-II-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/SmokeDetector-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/SmokeDetector-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Thermostat-II-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Thermostat-II-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Thermostat-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Thermostat-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/Twinguard-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/Twinguard-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/UniversalSwitch-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/UniversalSwitch-local-openapi-v3.yml -------------------------------------------------------------------------------- /openapi/WaterDetectionSystem-local-openapi-v3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/openapi/WaterDetectionSystem-local-openapi-v3.yml -------------------------------------------------------------------------------- /postman/Bosch Smart Home Controller.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/Bosch Smart Home Controller.postman_collection.json -------------------------------------------------------------------------------- /postman/Bosch Smart Home Controller.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/Bosch Smart Home Controller.postman_environment.json -------------------------------------------------------------------------------- /postman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/README.md -------------------------------------------------------------------------------- /postman/images/postman_add_certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_add_certificate.png -------------------------------------------------------------------------------- /postman/images/postman_add_pems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_add_pems.png -------------------------------------------------------------------------------- /postman/images/postman_check_shc_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_check_shc_connection.png -------------------------------------------------------------------------------- /postman/images/postman_collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_collections.png -------------------------------------------------------------------------------- /postman/images/postman_disable_ssl_verification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_disable_ssl_verification.png -------------------------------------------------------------------------------- /postman/images/postman_environment_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_environment_host.png -------------------------------------------------------------------------------- /postman/images/postman_environment_pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_environment_pass.png -------------------------------------------------------------------------------- /postman/images/postman_new_client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_new_client.png -------------------------------------------------------------------------------- /postman/images/postman_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/postman_settings.png -------------------------------------------------------------------------------- /postman/images/shc-client-schematic-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoschSmartHome/bosch-shc-api-docs/HEAD/postman/images/shc-client-schematic-view.png --------------------------------------------------------------------------------