issue #10 HDMI입력시 화면 전환 기능 추가. Welcome에서 MQTT메시지 처리 로직 추가.
This commit is contained in:
@@ -641,7 +641,7 @@ HotelTV.api = (function() {
|
||||
|
||||
let sz_api_url = __apifxn_get_api_url("update_event");
|
||||
__apifxn_CallCmsApi("POST", sz_api_url, "UpdateEvent", _json_event).then(_result => {
|
||||
console.log(`Success::>${_result.data}`);
|
||||
//console.log(`Success::>${_result.data}`);
|
||||
}).catch(_error => {
|
||||
console.error(`Failure::>${_error.reason}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user