@enplug/sdk-player
Advanced tools
Comparing version 0.11.4 to 0.11.5-dev1
{ | ||
"name": "@enplug/sdk-player", | ||
"version": "0.11.4", | ||
"version": "0.11.5-dev1", | ||
"description": "Enplug Player SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -20,2 +20,3 @@ /** | ||
const getNext: () => Promise<any>; | ||
const getNextForPlaylist: () => Promise<any>; | ||
const getTheme: () => Promise<any>; | ||
@@ -22,0 +23,0 @@ } |
@@ -31,2 +31,3 @@ /** | ||
tickerSpeed: number; | ||
tickerScrollDirection: string; | ||
width: number; | ||
@@ -304,3 +305,3 @@ zone: ZoneType; | ||
return this.bridge.send(Service.Settings, Action.GetDeviceInfo).then((payload: any) => { | ||
console.log(`[Enplug SDK: ${this.version}] Settings: Returning device Info: ${JSON.stringify(payload)}`) | ||
console.log(`[Enplug SDK: ${this.version}] Settings: Returning device info: ${JSON.stringify(payload)}`) | ||
return this.getPayloadValue(payload); | ||
@@ -307,0 +308,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3197
218636