{"id":16759144,"url":"https://github.com/alcalzone/iobroker.philips-tv","last_synced_at":"2025-03-17T02:31:10.935Z","repository":{"id":26992367,"uuid":"112033211","full_name":"AlCalzone/ioBroker.philips-tv","owner":"AlCalzone","description":"Controls Philips TVs over the network","archived":false,"fork":false,"pushed_at":"2023-02-27T14:50:26.000Z","size":1338,"stargazers_count":21,"open_issues_count":14,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T05:44:52.056Z","etag":null,"topics":["iobroker","philips","remote","tv"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlCalzone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-11-25T20:43:09.000Z","updated_at":"2024-07-29T14:03:07.133Z","dependencies_parsed_at":"2024-07-29T14:02:59.637Z","dependency_job_id":"b746a321-6495-4154-9b7c-2d77c14df663","html_url":"https://github.com/AlCalzone/ioBroker.philips-tv","commit_stats":{"total_commits":257,"total_committers":8,"mean_commits":32.125,"dds":0.4396887159533074,"last_synced_commit":"9617951a918109af2a176e7c122f21bb38363f75"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlCalzone%2FioBroker.philips-tv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlCalzone%2FioBroker.philips-tv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlCalzone%2FioBroker.philips-tv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlCalzone%2FioBroker.philips-tv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlCalzone","download_url":"https://codeload.github.com/AlCalzone/ioBroker.philips-tv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243837004,"owners_count":20355812,"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":["iobroker","philips","remote","tv"],"created_at":"2024-10-13T04:07:25.887Z","updated_at":"2025-03-17T02:31:10.347Z","avatar_url":"https://github.com/AlCalzone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](admin/philips-tv.png)\n# ioBroker.philips-tv\n\n[![NPM version](https://img.shields.io/npm/v/iobroker.philips-tv.svg)](https://www.npmjs.com/package/iobroker.philips-tv)\n[![Downloads](https://img.shields.io/npm/dm/iobroker.philips-tv.svg)](https://www.npmjs.com/package/iobroker.philips-tv)\n![Number of Installations](https://iobroker.live/badges/philips-tv-installed.svg)\n![Current version in stable repository](https://iobroker.live/badges/philips-tv-stable.svg)\n\n[![NPM](https://nodei.co/npm/iobroker.philips-tv.png?downloads=true)](https://nodei.co/npm/iobroker.philips-tv/)\n\n**Tests:** ![Test and Release](https://github.com/AlCalzone/ioBroker.philips-tv/workflows/Test%20and%20Release/badge.svg)\n\n## Philips TV adapter for ioBroker\nAdapter to control Philips TVs via network\n\n## Disclaimer\nThe developers of this module are in no way endorsed by or affiliated with Koninklijke Philips N.V., \nor any associated subsidiaries, logos or trademarks.\n\n## Changelog\n\u003c!--\n    Placeholder for the next version (at the beginning of the line):\n    ### **WORK IN PROGRESS**\n--\u003e\n### 0.5.4 (2024-07-29)\n* (foxriver76) fixed the pairing process due to changes in json config\n* (foxriver76) stability improvements\n\n### 0.5.3 (2023-02-27)\n* (foxriver76) update lib\n\n### 0.5.2 (2022-10-26)\n* (foxriver76) we renamed `customAmbilightCommand` to `currentAmbilightConfiguration` and update the state on polling (closes #431)\nPlease delete `customAmbilightCommand` manually\n\n### 0.5.1 (2022-10-17)\n* (foxriver76) fix `ESOCKETTIMEDOUT` on post requests\n\n### 0.5.0 (2022-10-17)\n* (foxriver76) added new state `hdmiInput` without relying on Google Assistant\n\n### 0.4.5 (2022-10-06)\n* (foxriver76) fixed communication with API\n\n### 0.4.4 (2022-10-06)\n* (foxriver76) fix build\n\n### 0.4.3 (2022-10-06)\n* (foxriver76) try to fix `ESOCKETTIMEDOUT`\n\n### 0.4.0 (2022-09-17)\n* (foxriver76) marked state definitions of launch commands to be read-only\n* (foxriver76) we now use the real device name for the device object\n* (foxriver76) workaround to switch hdmi input via Google Assistant\n\n### 0.3.2 (2022-09-17)\n* (foxriver76) corrected button `PlayPause` to lowercase `playPause`\n\n### 0.3.1 (2022-09-16)\n* (foxriver76) added admin v5 dependency\n\n### 0.3.0 (2022-09-12)\n* (foxriver76) adapter rework to support Android and JointSpace V6 API\n* __BREAKING__: Please use the adapter config to configure this instance properly\n\n### 0.2.0\n* (AlCalzone) Support sending key presses\n\n### 0.1.0\n* (AlCalzone) Initial release\n\n## License\nMIT License\n\nCopyright (c) 2022 Moritz Heusinger \u003cmoritz.heusinger@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falcalzone%2Fiobroker.philips-tv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falcalzone%2Fiobroker.philips-tv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falcalzone%2Fiobroker.philips-tv/lists"}