New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.chromecast

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.chromecast - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

admin/home.png

6

admin/words.js
// Dictionary (systemDictionary is global variable from adapter-settings.js)
systemDictionary = {
"Chromecast Adapter settings": {"de": "Chromecast Einstellung",
"ru": "Настройки драйвера Chromecast"},
"Google Home Adapter settings": {"de": "Google Home Einstellung",
"ru": "Настройки драйвера Google Home"},
"Web instance:": {"en": "Web instance:",

@@ -15,2 +15,2 @@ "de": "Web instance:",

}
};
};

@@ -9,2 +9,3 @@ /**

/*jslint node: true */
/*jshint esversion: 6 */
'use strict';

@@ -11,0 +12,0 @@

{
"common": {
"name": "chromecast",
"title": "Chromecast Adapter",
"version": "1.3.3",
"title": "Google Home Adapter",
"version": "1.3.4",
"license": "MIT",
"authors": ["Vegetto <iobroker@angelnu.com>"],
"desc": {
"en": "Allows to monitor and play files to Google Chromecasts",
"en": "Allows to monitor and play files to Google Home (Chromecast)",
"de": "ioBroker Chromecast Adapter",

@@ -17,3 +17,3 @@ "ru": "Позволяет находить и проигрывть файлы в Chromecast"

"enabled": true,
"keywords": ["chromecast", "player", "music"],
"keywords": ["chromecast", "Google", "home", "player", "music"],
"extIcon": "https://raw.githubusercontent.com/angelnu/ioBroker.chromecast/master/admin/chromecast.png",

@@ -33,2 +33,2 @@ "readme": "https://github.com/angelnu/ioBroker.chromecast/blob/master/README.md",

]
}
}
{
"name": "iobroker.chromecast",
"version": "1.3.3",
"version": "1.3.4",
"description": "ioBroker chromecast Adapter",

@@ -51,2 +51,2 @@ "author": {

}
}
}

@@ -1,13 +0,13 @@

![Logo](admin/chromecast.png)
![Logo](admin/home.png)
# ioBroker.chromecast
=============
[![NPM version](http://img.shields.io/npm/v/iobroker.chromecast.svg)](https://www.npmjs.com/package/iobroker.chromecast)
[![Downloads](https://img.shields.io/npm/dm/iobroker.chromecast.svg)](https://www.npmjs.com/package/iobroker.chromecast)
[![Build Status](https://travis-ci.org/angelnu/ioBroker.chromecast.svg?branch=master)](https://travis-ci.org/angelnu/ioBroker.chromecast.svg?branch=master)
[![NPM](https://nodei.co/npm/iobroker.chromecast.png?downloads=true)](https://nodei.co/npm/iobroker.chromecast/)
## A Chromecast adapter for ioBroker
## A Google Home adapter for ioBroker
This plugin allows to detect video and/or Chromecast devices. For each detect Chromecast device an ioBroker device is created. This device displays the status of the device and allows to send it a new URL to cast.
This plugin allows to detect video and/or audio Google Home devices. For each detected Home device an ioBroker device is created. This device displays the status of the device and allows to send it a new URL to cast.

@@ -18,3 +18,3 @@ ***This Adapter needs node 4.x or higher!***

* [ioBroker](http://www.iobroker.net)
* [node-castv2-client](https://github.com/thibauts/node-castv2-client) as Chromecast client library.
* [node-castv2-client](https://github.com/thibauts/node-castv2-client) as Home client library.

@@ -25,4 +25,4 @@ ## Instructions

1. Go to your ioBroker Adapters tab
2. Select and install Chromecast adapter
2. Add an instance of the Chromecast adapter
2. Select and install Google Home adapter
2. Add an instance of the Google Home adapter
* it should automatically run after it is installed

@@ -40,3 +40,3 @@ 3. (optional) If you plan to stream local files you need to configure the adapter

* status, player, media and metadata channels
* control Chromecast device from adapter
* control Google Home device from adapter
* set volume

@@ -46,3 +46,3 @@ * mute/unmute

* pause
* play url (chromecast.0.`<your chromecast name>`.player.url2play)
* play url (chromecast.0.`<your Google Home name>`.player.url2play)
* tested with MP3

@@ -62,3 +62,3 @@ * Full list of formats [here](https://developers.google.com/cast/docs/media).

* add state machine to track states: detected ->connected -> player loader -> playing
* add retries: sometimes the Chromecast fails to respond to a request
* add retries: sometimes the Google Home fails to respond to a request
* more testing

@@ -74,7 +74,11 @@

6. Check changes with `grunt`
7. git commit & push
8. npm publish
7. npm test
8. git commit & push
9. npm publish
## Changelog
### 1.3.4 (2017.11.25)
* (angelnu) Rename to Google Home
### 1.3.3 (2017.11.24)

@@ -81,0 +85,0 @@ * (bluefox) bump a version

/*
ioBroker.chromecast Widget-Set
version: "1.3.2"
version: "1.3.4"

@@ -145,3 +145,3 @@ Copyright 10.2015-2016 Vegetto<iobroker@angelnu.com>

vis.binds.chromecast = {
version: "1.3.2",
version: "1.3.4",
showVersion: function () {

@@ -148,0 +148,0 @@ if (vis.binds.chromecast.version) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc