mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 09:01:00 +03:00
Fix toggle capability
This commit is contained in:
@@ -127,7 +127,6 @@ class Device {
|
|||||||
|
|
||||||
/* Get only needed for response device info (bun not full device defenition) */
|
/* Get only needed for response device info (bun not full device defenition) */
|
||||||
getState () {
|
getState () {
|
||||||
console.dir(this.data, {depth: 10});
|
|
||||||
const {id, capabilities, properties} = this.data;
|
const {id, capabilities, properties} = this.data;
|
||||||
const device = {
|
const device = {
|
||||||
id,
|
id,
|
||||||
|
Reference in New Issue
Block a user