Adapter to control Philips TVs via network
The developers of this module are in no way endorsed by or affiliated with Koninklijke Philips N.V., or any associated subsidiaries, logos or trademarks.
- (foxriver76) fixed the pairing process due to changes in json config
- (foxriver76) stability improvements
- (foxriver76) update lib
- (foxriver76) we renamed
customAmbilightCommand
tocurrentAmbilightConfiguration
and update the state on polling (closes #431) Please deletecustomAmbilightCommand
manually
- (foxriver76) fix
ESOCKETTIMEDOUT
on post requests
- (foxriver76) added new state
hdmiInput
without relying on Google Assistant
- (foxriver76) fixed communication with API
- (foxriver76) fix build
- (foxriver76) try to fix
ESOCKETTIMEDOUT
- (foxriver76) marked state definitions of launch commands to be read-only
- (foxriver76) we now use the real device name for the device object
- (foxriver76) workaround to switch hdmi input via Google Assistant
- (foxriver76) corrected button
PlayPause
to lowercaseplayPause
- (foxriver76) added admin v5 dependency
- (foxriver76) adapter rework to support Android and JointSpace V6 API
- BREAKING: Please use the adapter config to configure this instance properly
- (AlCalzone) Support sending key presses
- (AlCalzone) Initial release
MIT License
Copyright (c) 2022 Moritz Heusinger moritz.heusinger@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.