Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.bambulab

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.bambulab - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

28

io-package.json
{
"common": {
"name": "bambulab",
"version": "0.3.1",
"version": "0.3.2",
"news": {
"0.3.2": {
"en": "Show finish time as ISO string",
"de": "Zielzeit als ISO-String anzeigen",
"ru": "Показать время отделки как строка ISO",
"pt": "Mostrar tempo de acabamento como corda ISO",
"nl": "Show Fin time as ISO string",
"fr": "Afficher le temps de finition comme chaîne ISO",
"it": "Mostra il tempo di finitura come stringa ISO",
"es": "Mostrar tiempo de acabado como cadena ISO",
"pl": "Czas trwania programu",
"uk": "Показати час обробки як ISO рядок",
"zh-cn": "技术会议"
},
"0.3.1": {

@@ -83,15 +96,2 @@ "en": "Bugfix control P & A Series\nShow end time as a separate state, resolves #53\nBugfix resolves missing fan speed value, resolves #36",

"zh-cn": "更正页\n关于溶剂类型的信息\n执行P1-X打印机系列,对这一模型进行投票(X1处理数据推动)"
},
"0.1.3": {
"en": "add control for chamber fan, tooling head light and allow custom g-code",
"de": "hinzufügen der steuerung für kammerventilator, werkzeugkopflicht und ermöglichen kundenspezifischen g-code",
"ru": "добавьте контроль для вентилятора камеры, оснащение головного света и позвольте пользовательский g-code",
"pt": "adicionar controle para ventilador de câmara, luz de cabeça de ferramentas e permitir o g-código personalizado",
"nl": "voeg de controle toe voor kamerfan, telend hoofdlamp en sta de gebruikelijke g-code toe",
"fr": "ajouter le contrôle pour le ventilateur de chambre, la lumière de tête d'outil et permettre le code g personnalisé",
"it": "aggiungere il controllo per ventilatore a camera, la luce della testa di utensile e consentire g-code personalizzato",
"es": "añadir el control para el ventilador de cámara, la luz de la cabeza de herramientas y permitir el código g personalizado",
"pl": "dodać kontrolę nad wentylatorem kamery, narzędziem światła głów i pozwala na użycie kodu g-kodowego",
"uk": "додавати контроль за камерним вентилятором, інструментом заголовка світла і дозволити користувацький g-код",
"zh-cn": "增加一群狂热的控制,工具头照明,并允许习俗包"
}

@@ -98,0 +98,0 @@ },

@@ -38,2 +38,7 @@ const state_attrb = {

},
'finishTime': {
'name': 'Expected Finish Time of current print',
'type': 'date',
'role': 'value.time'
},
'stg_cur': {

@@ -40,0 +45,0 @@ 'name': 'Stage Parser',

@@ -179,3 +179,3 @@ 'use strict';

if (message.print.mc_remaining_time != null) {
message.print.finishTime = new Date(new Date().getTime() + (message.print.mc_remaining_time * 60000));
message.print.finishTime = (new Date(new Date().getTime() + (message.print.mc_remaining_time * 60000))).toISOString();
message.print.mc_remaining_time = convert.remainingTime(message.print.mc_remaining_time);

@@ -182,0 +182,0 @@ }

{
"name": "iobroker.bambulab",
"version": "0.3.1",
"version": "0.3.2",
"description": "Connects to Bambulab 3d printers to retrieve data of current print and control main aspects",

@@ -5,0 +5,0 @@ "author": {

@@ -78,2 +78,5 @@ <img src="admin/bambulab.png" alt="Logo" width="200"/>

-->
### 0.3.2 (2023-11-20)
* (DutchmanNL) Show finish time as ISO string
### 0.3.1 (2023-11-20)

@@ -80,0 +83,0 @@ * (DutchmanNL) Bugfix control P & A Series

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