samuelmatis / viera.js

Node.js library for controlling Panasonic Viera TV.
11 stars 4 forks source link

Set channel with two digits #4

Open vincentBesseau opened 5 years ago

vincentBesseau commented 5 years ago

Hi !! Thank you for your code. When I try to chain these commands: vieraTV.sendCommand('D1').sendCommand('D1');

The TV goes on channel 1 and not on the 11th.

And when I try to do that, the channel does not change : vieraTV.sendCommand('D11');

Can you explain to me what is missing me?

hikikou commented 5 years ago

Hi !

Japan models exist from 1ch to 12ch.

https://ec-club.panasonic.jp/ITEM/N2QAYB000592_1__

On Fri, Oct 26, 2018 at 4:43 vincentBesseau notifications@github.com wrote:

Hi !! Thank you for your code. When I try to chain these commands: vieraTV.sendCommand ('D1'). sendCommand ('D1');

The TV goes on channel 1 and not on the 11th.

And when I try to do that, the channel does not change : vieraTV.sendCommand ('D11');

Can you explain to me what is missing me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samuelmatis/viera.js/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AHWKNNqXdo0EUbFnoOhqeijwmJdhMvUfks5uohRogaJpZM4X6-jM .

vincentBesseau commented 5 years ago

Hi hikikou !

I would like to do with viera module not with a remote. Thank you for your answer !

@samuelmatis any idea ?