{"id":19703177,"url":"https://github.com/cdima/hue","last_synced_at":"2025-04-29T14:30:39.862Z","repository":{"id":5637585,"uuid":"6845932","full_name":"cDima/Hue","owner":"cDima","description":"Philips Hue lights .Net C# wrapper library","archived":false,"fork":false,"pushed_at":"2015-11-07T18:07:43.000Z","size":106,"stargazers_count":39,"open_issues_count":1,"forks_count":56,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-05T17:44:07.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/cDima.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}},"created_at":"2012-11-25T00:25:12.000Z","updated_at":"2024-07-03T15:40:16.000Z","dependencies_parsed_at":"2022-08-24T20:51:33.356Z","dependency_job_id":null,"html_url":"https://github.com/cDima/Hue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cDima%2FHue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cDima%2FHue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cDima%2FHue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cDima%2FHue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cDima","download_url":"https://codeload.github.com/cDima/Hue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251518754,"owners_count":21602206,"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-11-11T21:17:12.065Z","updated_at":"2025-04-29T14:30:38.362Z","avatar_url":"https://github.com/cDima.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Philips Hue lights .Net C# wrapper library \n## A wrapper for Philips Hue lights rest api for C# 4.5\n\nThis is a library for the philips hue lights written in C#.\n\nEample code:\n\n       var hue = new HueBridge(\"192.168.1.113\"); \n       hue.FlashLights();\n\n\n## SSDP Locator\n\nAutomatically find the Philips Hue bridge in a network like this:\n\n            var bridge = Hue.HueBridgeLocator.Locate();\n\t\t\tif (bridge != null)\n\t\t\t\tbridge.FlashLights();\n            \n## Automatic registration\n\nTo control the lights, the client needs to authenticate with the bridge. The client fires the PushButtonOnBridge event if it needs registration:\n\n        bridge.PushButtonOnBridge += bridge_PushButtonOnBridge;\n\t\t...\n\t\n        static void bridge_PushButtonOnBridge(object sender, EventArgs e)\n        {\n            Console.WriteLine(\"Please press the button on the bridge to register the application in the next minute.\");\n        }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdima%2Fhue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdima%2Fhue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdima%2Fhue/lists"}