{"id":17997375,"url":"https://github.com/danielhe4rt/elgato-control-center","last_synced_at":"2025-07-18T19:04:56.104Z","repository":{"id":247101753,"uuid":"824290890","full_name":"danielhe4rt/elgato-control-center","owner":"danielhe4rt","description":"A Rust approach of Elgato Control Center ","archived":false,"fork":false,"pushed_at":"2024-07-06T20:45:01.000Z","size":53,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T17:01:49.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielhe4rt.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T19:30:26.000Z","updated_at":"2024-07-07T01:53:19.000Z","dependencies_parsed_at":"2024-07-06T16:27:30.923Z","dependency_job_id":"46f1b31f-8ee6-4e34-9c8b-68b6b9edbe7a","html_url":"https://github.com/danielhe4rt/elgato-control-center","commit_stats":null,"previous_names":["danielhe4rt/elgato-control-center"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielhe4rt/elgato-control-center","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Felgato-control-center","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Felgato-control-center/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Felgato-control-center/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Felgato-control-center/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielhe4rt","download_url":"https://codeload.github.com/danielhe4rt/elgato-control-center/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhe4rt%2Felgato-control-center/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265815418,"owners_count":23832918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T21:18:20.185Z","updated_at":"2025-07-18T19:04:56.069Z","avatar_url":"https://github.com/danielhe4rt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elgato Control Center\n\nThis repository aims to control all devices that can be handled in the Elgato Control Center.\n\n![Elgato Control Center](./.github/app.png)\n\n## Devices Tested\n\n- [x] Key Light\n- [x] Light-strip\n\n## Dev Notes\n\n### Get Devices\n\n- Fetch the network interfaces\n- Find the default network (I/O)\n- Scan the devices looking for 9123 opened ports\n\n### Application\n\nDiff between lights:\n\n#### Light Strip Payload\n\n```json\n{\n  \"numberOfLights\": 1,\n  \"lights\": [\n    {\n      \"on\": 1,\n      \"hue\": 332.000000,\n      \"saturation\": 81.000000,\n      \"brightness\": 99\n    }\n  ]\n}\n```\n\n### Keylight Payload\n\n```json\n{\n  \"numberOfLights\": 1,\n  \"lights\": [\n    {\n      \"on\": 1,\n      \"brightness\": 12,\n      \"temperature\": 143\n    }\n  ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhe4rt%2Felgato-control-center","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielhe4rt%2Felgato-control-center","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhe4rt%2Felgato-control-center/lists"}