iobroker.iot 4.1.0 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -518
- package/admin/assets/{index-Ck_2gqQY.js → index-6Itc0U48.js} +18 -18
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js +6 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js +6 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js +20 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js +14 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js +6 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/AirCondition.js +1 -2
- package/build/lib/AlexaSmartHomeV3/Controls/AirCondition.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Lock.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Lock.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +16 -10
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/FileHelper.js +1 -3
- package/build/lib/AlexaSmartHomeV3/Helpers/FileHelper.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js +23 -16
- package/build/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +0 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +23 -3
- package/build/main.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -349,7 +349,7 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
349
349
|
Placeholder for the next version (at the beginning of the line):
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
|
-
### 4.1.
|
|
352
|
+
### 4.1.2 (2025-10-14)
|
|
353
353
|
- (@GermanBluefox) Made Alexa V3 default
|
|
354
354
|
- (@GermanBluefox) Updated packages
|
|
355
355
|
- (@GermanBluefox) Corrected Alexa V3 engine
|
|
@@ -367,523 +367,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
367
367
|
### 3.5.2 (2025-06-04)
|
|
368
368
|
- (@GermanBluefox) Corrected error in back-end
|
|
369
369
|
|
|
370
|
-
### 3.5.1 (2025-05-31)
|
|
371
|
-
- (@GermanBluefox) Rewrite Rules with TypeScript
|
|
372
|
-
- (@GermanBluefox) Package updates. SVG logo
|
|
373
|
-
|
|
374
|
-
### 3.5.0 (2025-02-24)
|
|
375
|
-
- (@foxriver76) added notification manager support (notifications will be sent as push notifications to the Visu App)
|
|
376
|
-
|
|
377
|
-
### 3.4.5 (2024-12-29)
|
|
378
|
-
|
|
379
|
-
- (@GermanBluefox) Checked the max length of discovered devices for Alexa
|
|
380
|
-
|
|
381
|
-
### 3.4.4 (2024-12-08)
|
|
382
|
-
|
|
383
|
-
- (@GermanBluefox) Corrected the name editing of the devices for Alexa 3
|
|
384
|
-
|
|
385
|
-
### 3.4.3 (2024-11-05)
|
|
386
|
-
|
|
387
|
-
- (@GermanBluefox) corrected the addition of the devices for Alexa
|
|
388
|
-
- (@GermanBluefox) changed compilation of GUI to remove deprecated packages
|
|
389
|
-
|
|
390
|
-
### 3.4.2 (2024-09-17)
|
|
391
|
-
|
|
392
|
-
- (@GermanBluefox) Updated GUI packages and removed `gulp`
|
|
393
|
-
- (@foxriver76) do not override custom `result` attribute on `sendToAdapter` response (Visu App - only relevant for developers)
|
|
394
|
-
|
|
395
|
-
### 3.4.0 (2024-08-26)
|
|
396
|
-
|
|
397
|
-
- (@foxriver76) added new commands for the visu app
|
|
398
|
-
- (bluefox) updated packages
|
|
399
|
-
- (bluefox) Migrated GUI for admin v7
|
|
400
|
-
|
|
401
|
-
### 3.3.0 (2024-05-09)
|
|
402
|
-
|
|
403
|
-
- (foxriver76) Fix error on reconnecting
|
|
404
|
-
- (foxriver76) prepared adapter for new ioBroker Visu app states
|
|
405
|
-
- (bluefox) updated packages
|
|
406
|
-
|
|
407
|
-
### 3.2.2 (2024-04-11)
|
|
408
|
-
|
|
409
|
-
- (foxriver76) remove some warnings that should only be debug log
|
|
410
|
-
|
|
411
|
-
### 3.2.1 (2024-04-11)
|
|
412
|
-
|
|
413
|
-
- (foxriver76) fixed issue that only valid JSON could be sent to app via message state
|
|
414
|
-
|
|
415
|
-
### 3.2.0 (2024-04-10)
|
|
416
|
-
|
|
417
|
-
- (foxriver76) implemented geofence with ioBroker Visu app
|
|
418
|
-
|
|
419
|
-
### 3.1.0 (2024-02-05)
|
|
420
|
-
|
|
421
|
-
- (bluefox) Updated packages
|
|
422
|
-
- (bluefox) Disabled the state change report for alexa v3
|
|
423
|
-
|
|
424
|
-
### 3.0.0 (2023-10-24)
|
|
425
|
-
|
|
426
|
-
- (bluefox) Updated packages
|
|
427
|
-
- (bluefox) The minimal supported node.js version is 16
|
|
428
|
-
|
|
429
|
-
### 2.0.11 (2023-06-20)
|
|
430
|
-
|
|
431
|
-
- (bluefox) Added support for the state toggling (alexa 3)
|
|
432
|
-
- (bluefox) Done small improvements for alexa 3
|
|
433
|
-
|
|
434
|
-
### 2.0.9 (2023-06-15)
|
|
435
|
-
|
|
436
|
-
- (bluefox) Working on support for amazon alexa v3
|
|
437
|
-
|
|
438
|
-
### 2.0.2 (2023-06-05)
|
|
439
|
-
|
|
440
|
-
- (bluefox) Added support for amazon alexa v3
|
|
441
|
-
- (bluefox) Removed support for sugar blood indication
|
|
442
|
-
|
|
443
|
-
### 1.14.6 (2023-05-12)
|
|
444
|
-
|
|
445
|
-
- (bluefox) Corrected translations
|
|
446
|
-
|
|
447
|
-
### 1.14.5 (2023-03-01)
|
|
448
|
-
|
|
449
|
-
- (bluefox) Corrected names of enums in GUI
|
|
450
|
-
|
|
451
|
-
### 1.14.3 (2023-01-10)
|
|
452
|
-
|
|
453
|
-
- (kirovilya) Fixed processing for lights with CT and RGB in Alisa
|
|
454
|
-
|
|
455
|
-
### 1.14.2 (2022-12-23)
|
|
456
|
-
|
|
457
|
-
- (bluefox) Updated GUI packages
|
|
458
|
-
|
|
459
|
-
### 1.14.1 (2022-12-22)
|
|
460
|
-
|
|
461
|
-
- (bluefox) Downgraded the axios version to 0.27.2
|
|
462
|
-
|
|
463
|
-
### 1.14.0 (2022-12-13)
|
|
464
|
-
|
|
465
|
-
- (bluefox) Added netatmo support
|
|
466
|
-
|
|
467
|
-
### 1.13.0 (2022-12-08)
|
|
468
|
-
|
|
469
|
-
- (Apollon77) Added support vor Custom Skill v2
|
|
470
|
-
|
|
471
|
-
### 1.12.5 (2022-11-09)
|
|
472
|
-
|
|
473
|
-
- (bluefox) Small changes on configuration GUI
|
|
474
|
-
|
|
475
|
-
### 1.12.4 (2022-11-03)
|
|
476
|
-
|
|
477
|
-
- (bluefox) Added ukrainian language
|
|
478
|
-
- (bluefox) Corrected blockly for unknown languages
|
|
479
|
-
|
|
480
|
-
### 1.12.2 (2022-10-01)
|
|
481
|
-
|
|
482
|
-
- (Apollon77) Fixed crash case
|
|
483
|
-
|
|
484
|
-
### 1.12.1 (2022-09-27)
|
|
485
|
-
|
|
486
|
-
- (bluefox) Corrected error in GUI with empty password
|
|
487
|
-
|
|
488
|
-
### 1.12.0 (2022-09-27)
|
|
489
|
-
|
|
490
|
-
- (Apollon77) Do not control saturation with a percentage request via alexa
|
|
491
|
-
- (bluefox) Migrated GUI to v5
|
|
492
|
-
|
|
493
|
-
### 1.11.9 (2022-07-22)
|
|
494
|
-
|
|
495
|
-
- (Apollon77) Fix temperature controlling for thermostats via alexa
|
|
496
|
-
|
|
497
|
-
### 1.11.8 (2022-06-24)
|
|
498
|
-
|
|
499
|
-
- (Apollon77) Update dependencies to allow better automatic rebuild
|
|
500
|
-
|
|
501
|
-
### 1.11.7 (2022-06-13)
|
|
502
|
-
|
|
503
|
-
- (bluefox) Tried to correct URL key creation for Google home
|
|
504
|
-
|
|
505
|
-
### 1.11.5 (2022-06-03)
|
|
506
|
-
|
|
507
|
-
- (kirovilya) Alisa: update for binary-sensor "motion" and "contact"
|
|
508
|
-
|
|
509
|
-
### 1.11.4 (2022-03-29)
|
|
510
|
-
|
|
511
|
-
- (Apollon77) Fix crash cases reported by Sentry
|
|
512
|
-
|
|
513
|
-
### 1.11.3 (2022-03-23)
|
|
514
|
-
|
|
515
|
-
- (bluefox) Added the generation of URL key for services
|
|
516
|
-
|
|
517
|
-
### 1.11.2 (2022-03-20)
|
|
518
|
-
|
|
519
|
-
- (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3P)
|
|
520
|
-
|
|
521
|
-
### 1.11.1 (2022-03-18)
|
|
522
|
-
|
|
523
|
-
- (Apollon77) Optimize logging when many devices are used
|
|
524
|
-
|
|
525
|
-
### 1.11.0 (2022-03-17)
|
|
526
|
-
|
|
527
|
-
- (Apollon77) Also support "stored" when a rgb state is turned on/off
|
|
528
|
-
- (Apollon77) Fixed control percent value to respect min/max correctly
|
|
529
|
-
- (bluefox) Support for response messages longer than 128k (zip)
|
|
530
|
-
|
|
531
|
-
### 1.10.0 (2022-03-09)
|
|
532
|
-
|
|
533
|
-
- (Apollon77) Respect min/max when calculating the value for byOn with % values
|
|
534
|
-
|
|
535
|
-
### 1.9.7 (2022-02-20)
|
|
536
|
-
|
|
537
|
-
- (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3C)
|
|
538
|
-
|
|
539
|
-
### 1.9.6 (2022-02-19)
|
|
540
|
-
|
|
541
|
-
- (Apollon77) Make sure to not remember the off value when using stored values for on
|
|
542
|
-
- (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3A)
|
|
543
|
-
|
|
544
|
-
### 1.9.5 (2022-02-08)
|
|
545
|
-
|
|
546
|
-
- (bluefox) Fixed Google home error with color control
|
|
547
|
-
|
|
548
|
-
### 1.9.4 (2022-02-08)
|
|
549
|
-
|
|
550
|
-
- (bluefox) Fixed error with the certificates fetching
|
|
551
|
-
|
|
552
|
-
### 1.9.3 (2022-02-03)
|
|
553
|
-
|
|
554
|
-
- (bluefox) Removed deprecated package `request`
|
|
555
|
-
- (bluefox) Refactoring and better error handling
|
|
556
|
-
|
|
557
|
-
### 1.9.2 (2022-01-26)
|
|
558
|
-
|
|
559
|
-
- (bluefox) Added experimental support for remote access
|
|
560
|
-
|
|
561
|
-
### 1.8.25 (2021-11-18)
|
|
562
|
-
|
|
563
|
-
- (bluefox) Corrected the enabling of the category
|
|
564
|
-
|
|
565
|
-
### 1.8.24 (2021-09-19)
|
|
566
|
-
|
|
567
|
-
- (bluefox) Respect the min/max limits by controlling
|
|
568
|
-
|
|
569
|
-
### 1.8.23 (2021-09-18)
|
|
570
|
-
|
|
571
|
-
- (bluefox) Fixed the response for the heating control
|
|
572
|
-
|
|
573
|
-
### 1.8.22 (2021-05-16)
|
|
574
|
-
|
|
575
|
-
- (bluefox) Make it admin4 compatible
|
|
576
|
-
|
|
577
|
-
### 1.8.21 (2021-05-16)
|
|
578
|
-
|
|
579
|
-
- (bluefox) Fixed the encryption of the password. Warning: if you see the message in the log, that password is invalid, please enter the password in configuration dialog one more time and save.
|
|
580
|
-
|
|
581
|
-
### 1.8.20 (2021-05-16)
|
|
582
|
-
|
|
583
|
-
- (foxriver76) we now write data received from custom services with the acknowledge flag
|
|
584
|
-
|
|
585
|
-
### 1.8.19 (2021-05-14)
|
|
586
|
-
|
|
587
|
-
- (bluefox) Only added one debug output
|
|
588
|
-
|
|
589
|
-
### 1.8.16 (2021-03-13)
|
|
590
|
-
|
|
591
|
-
- (bluefox) fixed the blind functionality in alisa
|
|
592
|
-
|
|
593
|
-
### 1.8.15 (2021-03-12)
|
|
594
|
-
|
|
595
|
-
- (bluefox) implemented the sensor functionality in alisa
|
|
596
|
-
|
|
597
|
-
### 1.8.14 (2021-03-12)
|
|
598
|
-
|
|
599
|
-
- (bluefox) allowed the control of the blinds in alisa
|
|
600
|
-
|
|
601
|
-
### 1.8.13 (2021-02-04)
|
|
602
|
-
|
|
603
|
-
- (Apollon77) add missing object smart.lastObjectID
|
|
604
|
-
|
|
605
|
-
### 1.8.12 (2021-02-02)
|
|
606
|
-
|
|
607
|
-
- (bluefox) Fixed the dimmer issue with alisa.
|
|
608
|
-
|
|
609
|
-
### 1.8.11 (2021-01-20)
|
|
610
|
-
|
|
611
|
-
- (Morluktom) Alexa - Corrected the request for percentage values
|
|
612
|
-
|
|
613
|
-
### 1.8.10 (2021-01-20)
|
|
614
|
-
|
|
615
|
-
- (bluefox) Added the reconnection strategy if DNS address cannot be resolved
|
|
616
|
-
|
|
617
|
-
### 1.8.9 (2020-12-27)
|
|
618
|
-
|
|
619
|
-
- (bluefox) Updated configuration GUI to the latest state
|
|
620
|
-
|
|
621
|
-
### 1.8.8 (2020-12-14)
|
|
622
|
-
|
|
623
|
-
- (bluefox) Corrected the "Google home" error
|
|
624
|
-
|
|
625
|
-
### 1.8.6 (2020-12-13)
|
|
626
|
-
|
|
627
|
-
- (bluefox) Try to fix google home error
|
|
628
|
-
|
|
629
|
-
### 1.8.5 (2020-11-23)
|
|
630
|
-
|
|
631
|
-
- (bluefox) Corrected the configuration table for Google home
|
|
632
|
-
|
|
633
|
-
### 1.8.4 (2020-11-18)
|
|
634
|
-
|
|
635
|
-
- (bluefox) Corrected the configuration table for Google home
|
|
636
|
-
|
|
637
|
-
### 1.8.3 (2020-11-16)
|
|
638
|
-
|
|
639
|
-
- (bluefox) Trying to fix the set to false at start for Google home
|
|
640
|
-
|
|
641
|
-
### 1.8.2 (2020-11-15)
|
|
642
|
-
|
|
643
|
-
- (bluefox) Added the debug outputs for Google home
|
|
644
|
-
|
|
645
|
-
### 1.8.1 (2020-11-13)
|
|
646
|
-
|
|
647
|
-
- (bluefox) The deletion of google home devices was corrected
|
|
648
|
-
|
|
649
|
-
### 1.8.0 (2020-11-12)
|
|
650
|
-
|
|
651
|
-
- (bluefox) The Google home table was rewritten
|
|
652
|
-
|
|
653
|
-
### 1.7.15 (2020-11-05)
|
|
654
|
-
|
|
655
|
-
- (Morluktom) Corrected the request for temperature
|
|
656
|
-
|
|
657
|
-
### 1.7.14 (2020-11-05)
|
|
658
|
-
|
|
659
|
-
- (bluefox) Updated the select ID dialog.
|
|
660
|
-
|
|
661
|
-
### 1.7.12 (2020-09-25)
|
|
662
|
-
|
|
663
|
-
- (bluefox) Updated the select ID dialog.
|
|
664
|
-
|
|
665
|
-
### 1.7.9 (2020-09-17)
|
|
666
|
-
|
|
667
|
-
- (bluefox) Updated GUI for config.
|
|
668
|
-
|
|
669
|
-
### 1.7.7 (2020-09-02)
|
|
670
|
-
|
|
671
|
-
- (bluefox) Added information about changed linking process.
|
|
672
|
-
|
|
673
|
-
### 1.7.6 (2020-08-25)
|
|
674
|
-
|
|
675
|
-
- (bluefox) Some colors were changed in the dark mode.
|
|
676
|
-
|
|
677
|
-
### 1.7.5 (2020-08-21)
|
|
678
|
-
|
|
679
|
-
- (Apollon77) Crash prevented (Sentry IOBROKER-IOT-W)
|
|
680
|
-
- (bluefox) Values for modes will be converted to number in Alisa
|
|
681
|
-
|
|
682
|
-
### 1.7.3 (2020-08-16)
|
|
683
|
-
|
|
684
|
-
- (bluefox) Added vacuum cleaner to Alisa
|
|
685
|
-
|
|
686
|
-
### 1.7.1 (2020-08-16)
|
|
687
|
-
|
|
688
|
-
- (bluefox) Added blinds, lock and thermostat to Alisa
|
|
689
|
-
|
|
690
|
-
### 1.6.4 (2020-08-06)
|
|
691
|
-
|
|
692
|
-
- (Apollon77) crash prevented (Sentry IOBROKER-IOT-V)
|
|
693
|
-
|
|
694
|
-
### 1.6.3 (2020-08-04)
|
|
695
|
-
|
|
696
|
-
- (bluefox) Added french letters to allowed symbols
|
|
697
|
-
|
|
698
|
-
### 1.6.1 (2020-07-10)
|
|
699
|
-
|
|
700
|
-
- (bluefox) Used new SelectID Dialog in GUI
|
|
701
|
-
|
|
702
|
-
### 1.5.3 (2020-05-28)
|
|
703
|
-
|
|
704
|
-
- (bluefox) Small change for nightscout
|
|
705
|
-
|
|
706
|
-
### 1.5.2 (2020-05-21)
|
|
707
|
-
|
|
708
|
-
- (bluefox) Changed requirements for password
|
|
709
|
-
- (bluefox) Do not try to load the "sharp" if the blood sugar not enabled
|
|
710
|
-
|
|
711
|
-
### 1.4.18 (2020-05-11)
|
|
712
|
-
|
|
713
|
-
- (Apollon77) Make sure that invalid configured states or values without a timestamp do not crash adapter (Sentry IOBROKER-IOT-8)
|
|
714
|
-
- (Apollon77) Make sure publishes after the disconnect to not break adapter (Sentry IOBROKER-IOT-A)
|
|
715
|
-
|
|
716
|
-
### 1.4.17 (2020-05-11)
|
|
717
|
-
|
|
718
|
-
- (bluefox) Better error output is implemented
|
|
719
|
-
|
|
720
|
-
### 1.4.14 (2020-05-01)
|
|
721
|
-
|
|
722
|
-
- (bluefox) Fixed the problem if admin is not on 8081 port
|
|
723
|
-
|
|
724
|
-
### 1.4.12 (2020-04-30)
|
|
725
|
-
|
|
726
|
-
- (Apollon77) error case handled where system.config objects does not exist (Sentry IOBROKER-IOT-5)
|
|
727
|
-
|
|
728
|
-
### 1.4.11 (2020-04-26)
|
|
729
|
-
|
|
730
|
-
- (bluefox) fixed IOBROKER-IOT-REACT-F
|
|
731
|
-
|
|
732
|
-
### 1.4.10 (2020-04-24)
|
|
733
|
-
|
|
734
|
-
- (bluefox) Fixed crashes reported by sentry
|
|
735
|
-
|
|
736
|
-
### 1.4.7 (2020-04-23)
|
|
737
|
-
|
|
738
|
-
- fixed iot crash when timeouts in communications to Google happens (Sentry IOBROKER-IOT-2)
|
|
739
|
-
- fixed iot crash when google answers without customData (Sentry IOBROKER-IOT-1)
|
|
740
|
-
|
|
741
|
-
### 1.4.6 (2020-04-18)
|
|
742
|
-
|
|
743
|
-
- (Apollon77) Add the Sentry error reporting to `React Frontend`
|
|
744
|
-
|
|
745
|
-
### 1.4.4 (2020-04-14)
|
|
746
|
-
|
|
747
|
-
- (Apollon77) remove js-controller 3.0 warnings and replace `adapter.objects` access
|
|
748
|
-
- (Apollon77) add linux dependencies for canvas library
|
|
749
|
-
- (Apollon77) add sentry configuration
|
|
750
|
-
|
|
751
|
-
### 1.4.2 (2020-04-08)
|
|
752
|
-
|
|
753
|
-
- (TA2k) Fix updateState for Google Home
|
|
754
|
-
|
|
755
|
-
### 1.4.1 (2020-04-04)
|
|
756
|
-
|
|
757
|
-
- (bluefox) The blood glucose request supported now
|
|
758
|
-
|
|
759
|
-
### 1.3.4 (2020-02-26)
|
|
760
|
-
|
|
761
|
-
- (TA2k) Fixed deconz issues in Google Home
|
|
762
|
-
|
|
763
|
-
### 1.3.3 (2020-02-12)
|
|
764
|
-
|
|
765
|
-
- (Apollon77) fix alisa error with invalid smartName attributes
|
|
766
|
-
|
|
767
|
-
### 1.3.2 (2020-02-10)
|
|
768
|
-
|
|
769
|
-
- (Apollon77) usage with all kinds of admin ports and reverse proxies optimized
|
|
770
|
-
|
|
771
|
-
### 1.3.1 (2020-02-09)
|
|
772
|
-
|
|
773
|
-
- (Apollon77) Dependency updates
|
|
774
|
-
- (Apollon77) Make compatible with Admin > 4.0 because of updated socket.io
|
|
775
|
-
|
|
776
|
-
### 1.2.1 (2020-01-18)
|
|
777
|
-
|
|
778
|
-
- (bluefox) Fixed problem if the port of admin is not 8081
|
|
779
|
-
|
|
780
|
-
### 1.2.0 (2020-01-04)
|
|
781
|
-
|
|
782
|
-
- (TA2k) Google Home handling and visualization improved.
|
|
783
|
-
|
|
784
|
-
### 1.1.10 (2020-01-03)
|
|
785
|
-
|
|
786
|
-
- (bluefox) Now is allowed to select the temperature values as alexa states
|
|
787
|
-
- (bluefox) Allowed the setting type immediately after insertion of new state
|
|
788
|
-
|
|
789
|
-
### 1.1.9 (2019-11-27)
|
|
790
|
-
|
|
791
|
-
- (bluefox) Fixed: sometimes the configuration could not be loaded
|
|
792
|
-
|
|
793
|
-
### 1.1.8 (2019-09-12)
|
|
794
|
-
|
|
795
|
-
- (bluefox) Optimization of google home communication was done
|
|
796
|
-
|
|
797
|
-
### 1.1.7 (2019-09-11)
|
|
798
|
-
|
|
799
|
-
- (bluefox) The sending rate to google home is limited now
|
|
800
|
-
|
|
801
|
-
### 1.1.6 (2019-09-11)
|
|
802
|
-
|
|
803
|
-
- (TA2k) Room fix for Google Home and LinkedDevices
|
|
804
|
-
|
|
805
|
-
### 1.1.4 (2019-09-10)
|
|
806
|
-
|
|
807
|
-
- (bluefox) decreased keepalive value to fix issue with disconnect
|
|
808
|
-
|
|
809
|
-
### 1.1.3 (2019-09-09)
|
|
810
|
-
|
|
811
|
-
- (TA2k) Google Home problem fixed with LinkedDevices
|
|
812
|
-
|
|
813
|
-
### 1.1.0 (2019-09-06)
|
|
814
|
-
|
|
815
|
-
- (bluefox) Added support of aliases
|
|
816
|
-
|
|
817
|
-
### 1.0.8 (2019-09-03)
|
|
818
|
-
|
|
819
|
-
- (TA2k) Improved support for Google Home
|
|
820
|
-
- (TA2k) Added auto detection for RGB, RGBSingle, Hue, CT, MediaDevice, Switch, Info, Socket, Light, Dimmer, Thermostat, WindowTilt, Blinds, Slider
|
|
821
|
-
- (TA2k) Added support for manually adding states as devices
|
|
822
|
-
- (TA2k) Fix update state after Sync
|
|
823
|
-
- (TA2k) Added typical Google Home devices and traits/actions
|
|
824
|
-
- (TA2k) Fix only process update message when Alexa is checked in the options
|
|
825
|
-
|
|
826
|
-
### 1.0.4 (2019-08-01)
|
|
827
|
-
|
|
828
|
-
- (bluefox) Fixed password encoding. Please enter password anew!
|
|
829
|
-
|
|
830
|
-
### 1.0.3 (2019-07-30)
|
|
831
|
-
|
|
832
|
-
- (bluefox) Fixed language issues for google home and yandex alice
|
|
833
|
-
|
|
834
|
-
### 1.0.1 (2019-07-26)
|
|
835
|
-
|
|
836
|
-
- (bluefox) Support of private skills/actions was added.
|
|
837
|
-
|
|
838
|
-
### 1.0.0 (2019-07-14)
|
|
839
|
-
|
|
840
|
-
- (TA2k) Google Home list was added
|
|
841
|
-
|
|
842
|
-
### 0.5.0 (2019-06-29)
|
|
843
|
-
|
|
844
|
-
- (bluefox) tried to add yandex Alisa
|
|
845
|
-
|
|
846
|
-
### 0.4.3 (2019-04-14)
|
|
847
|
-
|
|
848
|
-
- (Apollon77) Change enable/disable of Amazon Alexa and of Google Home from configuration to be really "active if selected".
|
|
849
|
-
|
|
850
|
-
### 0.4.2 (2019-03-10)
|
|
851
|
-
|
|
852
|
-
- (bluefox) Allowed the enablement and disable of Amazon Alexa and of Google Home from configuration.
|
|
853
|
-
|
|
854
|
-
### 0.4.1 (2019-02-19)
|
|
855
|
-
|
|
856
|
-
- (bluefox) Add version check to google home
|
|
857
|
-
|
|
858
|
-
### 0.3.1 (2019-01-13)
|
|
859
|
-
|
|
860
|
-
- (bluefox) Blockly was fixed
|
|
861
|
-
|
|
862
|
-
### 0.3.0 (2018-12-30)
|
|
863
|
-
|
|
864
|
-
- (bluefox) Detection of google devices was fixed
|
|
865
|
-
|
|
866
|
-
### 0.2.2 (2018-12-21)
|
|
867
|
-
|
|
868
|
-
- (bluefox) Generation of new URL key was added
|
|
869
|
-
|
|
870
|
-
### 0.2.0 (2018-12-18)
|
|
871
|
-
|
|
872
|
-
- (bluefox) Change the name of adapter
|
|
873
|
-
|
|
874
|
-
### 0.1.8 (2018-10-21)
|
|
875
|
-
|
|
876
|
-
- (bluefox) Added extended diagnostics
|
|
877
|
-
|
|
878
|
-
### 0.1.7 (2018-10-14)
|
|
879
|
-
|
|
880
|
-
- (bluefox) The configuration dialog was corrected
|
|
881
|
-
- (bluefox) The possibility to create the answer with script for the custom skill was implemented.
|
|
882
|
-
|
|
883
|
-
### 0.1.4 (2018-09-26)
|
|
884
|
-
|
|
885
|
-
- (bluefox) Initial commit
|
|
886
|
-
|
|
887
370
|
## License
|
|
888
371
|
|
|
889
372
|
The MIT License (MIT)
|