iobroker.chromecast
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"title": "Chromecast Adapter", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "authors": ["Vegetto <iobroker@angelnu.com>"], |
@@ -45,3 +45,3 @@ //SSDP Scanner | ||
var xtend = require('xtend'); | ||
var txt = require('mdns-txt')(); | ||
var txt = require('dns-txt')(); | ||
function mdsn_scan(cb_new, scan_interval, cb_update) { | ||
@@ -48,0 +48,0 @@ var m = mdns(); |
{ | ||
"name": "iobroker.chromecast", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ioBroker chromecast Adapter", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -66,2 +66,5 @@ ![Logo](admin/chromecast.png) | ||
### 1.0.2 | ||
* (Vegetto) Fix deprecation warning - use dns-txt instead of mdns-txt | ||
### 1.0.1 | ||
@@ -71,3 +74,3 @@ * (Vegetto) Fix exception | ||
### 1.0.0 | ||
* (Vegetto) Try to play last played URL when setting playing state to true | ||
* (Vegetto) **Try to play last played URL when setting playing state to true** | ||
* (Vegetto) Fix jshint and jscs findings | ||
@@ -74,0 +77,0 @@ |
/* | ||
ioBroker.chromecast Widget-Set | ||
version: "1.0.0" | ||
version: "1.0.2" | ||
@@ -142,3 +142,3 @@ Copyright 10.2015-2016 Vegetto<iobroker@angelnu.com> | ||
vis.binds.chromecast = { | ||
version: "1.0.0", | ||
version: "1.0.2", | ||
showVersion: function () { | ||
@@ -145,0 +145,0 @@ if (vis.binds.chromecast.version) { |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
104600
135
2