Q&A

24-5100

ブレーカーが落ちたり停電になった場合、浴室テレビの再設定は必要ですか?

再設定不要です。

テレビ本体にメモリー機能があります。
リモコンの電池を交換した場合も、メモリー機能があり記憶していますので再設定は不要です。
なお、5型はリモコンがありません。

5型テレビ(品番EKK659)

品番はテレビ本体下部のラベルに掲載しています。

お客様の問題は解決されましたでしょうか?
Powered by i-ask
Share

CLOSE

window.addEventListener('load',function() { const links = document.getElementsByTagName('a'); const listener = function(e) { const xdomain = ['jp.toto.com', 'order.toto.jp']; if (typeof URLSearchParams === 'undefined') return; if (!e.target.href) return; if (!xdomain.some(function(value) { return e.target.hostname.indexOf(value) !== -1})) return ; const params = new URLSearchParams((new URL(window.location)).search.slice(1)); const yclid = params.get('yclid'); if (yclid) { let lurl = new URL(e.target.href); let lparam = new URLSearchParams(lurl.search.slice(1)); lparam.set('yclid', yclid); lurl.search = lparam.toString(); e.target.href = lurl.toString(); } }; for (let i = 0; i< links.length; i++) links[i].addEventListener('click', listener); });