Mise à jour des Widget pour la version 3.2 de Jeedom

Depuis la version 3.0 de Jeedom, un nouveau standard a été mis en place pour la réalisation des Widget.

La version 3.2 de Jeedom rend l’usage de ce standard obligatoire : la mise à jour des valeurs utilisées par le widget doit se faire par fonction Javascript au lieu d’un rechargement total du Widget.

Vous pouvez prendre exemple sur les Widget du Core de Jeedom, que vous trouvez ici :

<div class="cmd cmd-widget" data-type="action" data-subtype="color" data-cmd_id="#id#" data-cmd_uid="#uid#" data-version="#version#" style="width: 146px;height: 34px;">
  <div class="input-group input-group-sm" style="width: 100%">
    <input class="action_colorpicker_change form-control cursor" type="color">
    <span class="input-group-btn">
      <a class="btn btn-default action_colorpicker_off" style="background-color:#cmdColor# !important;border-color : transparent !important;">Off</a>
    </span>
  </div>
  <script>
    jeedom.cmd.update['#id#'] = function(_options){
     $('.cmd[data-cmd_uid=#uid#]:last .action_colorpicker_change').off('change')
     $('.cmd[data-cmd_uid=#uid#] .action_colorpicker_change').value((_options.display_value != '') ? _options.display_value.substr(0,7) : _options.display_value);
     $('.cmd[data-cmd_uid=#uid#]:last .action_colorpicker_change').on('change', function() {
      jeedom.cmd.execute({id: '#id#', value: {color: $(this).value()}});
    });
   }
   $('.cmd[data-cmd_uid=#uid#] .action_colorpicker_off').on('click', function() {
    jeedom.cmd.execute({id: '#id#', value: {color: '#000000'}});
  });
   jeedom.cmd.update['#id#']({display_value:'#state#'});
 </script>
</div>

Voir surtout la partie jeedom.cmd.update

Merci à vous.

1 « J'aime »

Pour compléter le message de Alex,
A l’affichage de la page contenant un widget tout le code est charger et donc tout les tags sont remplacer par leur valeur respective.
Par la suite (mise à jour) jeedom fais appelle a la fonction jeedom.cmd.update
cette dernière reçois uniquement les valeurs que se mette à jour à savoir :

  • display_value
  • valueDate
  • collectDate

ses valeur peuvent être appelé dans la fonction avec le nom _options.xxxxxx
Les autre Tags ne seront remplacer dans la fonction ou le reste du code uniquement au chargement de la page.
si vous avez besoin d’exemple un peux plus complexe, je vous invite a consulter le conde de mon widget sky-colorTuile

@Alexandre : y-a-t-il un moyen par le Market de passer les widgets n’utilisant pas ce standard en obsolète ?

Ce serait une très bonne chose en effet.

Bonjour,
En faite c’est assez complexe de mettre en place un systeme de verification et pas forcement fiable… Je vais quand meme regardé ce que je peux faire mais je promets rien

En faite j’ai utilisé grep c’est plus simple (zgrep -l -v ‹ jeedom.cmd › *.zip) ca me donne normalement tous les zip ou il n’y a pas de jeedom.cmd (donc normalement pas bon). Voila la liste :

dashboard.action.color.BandeauRGBW.zip
dashboard.action.color.circle_sansoff.zip
dashboard.action.color.Color_default_no_off.zip
dashboard.action.message.Horaires_Time.zip
dashboard.action.other.activationalarme.zip
dashboard.action.other.AfficheCONF.zip
dashboard.action.other.AfficheECO.zip
dashboard.action.other.AfficheHG.zip
dashboard.action.other.AffichePROG.zip
dashboard.action.other.AlarmCarreLock.zip
dashboard.action.other.AmbiancesbyActivHome.zip
dashboard.action.other.Arrosage_juju.zip
dashboard.action.other.ArrosageOnOff_IMG.zip
dashboard.action.other.AXN.zip
dashboard.action.other.boutoncommutateur.zip
dashboard.action.other.boutononoff.zip
dashboard.action.other.cadenas_alarme.zip
dashboard.action.other.Cam_IP.zip
dashboard.action.other.Chaudiere_OnOff.zip
dashboard.action.other.Chaudiere.zip
dashboard.action.other.Chauffage_OnOff.zip
dashboard.action.other.Circle_Switch.zip
dashboard.action.other.Consoles_IMG.zip
dashboard.action.other.DisneyChannel.zip
dashboard.action.other.Eclairage_OnOff.zip
dashboard.action.other.Etat_congel.zip
dashboard.action.other.Etat_Frigo.zip
dashboard.action.other.EtatsbyActivHome.zip
dashboard.action.other.FactoriadeFiccion.zip
dashboard.action.other.France2.zip
dashboard.action.other.France3.zip
dashboard.action.other.France5.zip
dashboard.action.other.GarageDoor_BarrierOperatorBasic.zip
dashboard.action.other.Guirlande_Anime.zip
dashboard.action.other.I5_7200u.zip
dashboard.action.other.Lampe2.zip
dashboard.action.other.LampeMural.zip
dashboard.action.other.LampePosee.zip
dashboard.action.other.Light_ikea_fado.zip
dashboard.action.other.LightIMG3.zip
dashboard.action.other.lightIMG.zip
dashboard.action.other.lightKNX.zip
dashboard.action.other.Los40Principales.zip
dashboard.action.other.M6.zip
dashboard.action.other.Maison_illumine.zip
dashboard.action.other.ModeSoiree.zip
dashboard.action.other.Movistar31CineEstrenos.zip
dashboard.action.other.Movistar33CineAccion.zip
dashboard.action.other.Movistar34CineComedia.zip
dashboard.action.other.Multiprise.zip
dashboard.action.other.Nespresso.zip
dashboard.action.other.NetatmoProg.zip
dashboard.action.other.nrj12.zip
dashboard.action.other.OnOffalarmeintrusion.zip
dashboard.action.other.OnOffslide.zip
dashboard.action.other.PIXELLight.zip
dashboard.action.other.PIXELShutter.zip
dashboard.action.other.PlancherChauffant.zip
dashboard.action.other.PowerBlueCercle2.zip
dashboard.action.other.PowerBlueLittle.zip
dashboard.action.other.PowerBlue.zip
dashboard.action.other.PowerOnOff.zip
dashboard.action.other.Prise3.zip
dashboard.action.other.Prise_Cmd.zip
dashboard.action.other.PrisePoLo.zip
dashboard.action.other.pumpIMG.zip
dashboard.action.other.RadioDisney.zip
dashboard.action.other.RadioFGChic.zip
dashboard.action.other.RTL.zip
dashboard.action.other.SamsungTv.zip
dashboard.action.other.seb_PortailGarage.zip
dashboard.action.other.SecheServiette_OnOff.zip
dashboard.action.other.secheserviettes.zip
dashboard.action.other.Sky-bouton.zip
dashboard.action.other.SpotPoLo.zip
dashboard.action.other.Spot.zip
dashboard.action.other.TeleCinco.zip
dashboard.action.other.telldusLight.zip
dashboard.action.other.TF1.zip
dashboard.action.other.tmc.zip
dashboard.action.other.travailConge.zip
dashboard.action.other.UniversFilmsetSeries.zip
dashboard.action.other.UniversProgTv.zip
dashboard.action.other.UniversTV.zip
dashboard.action.other.Ventilateur.zip
dashboard.action.other.VmcOn-Off.zip
dashboard.action.other.w9.zip
dashboard.action.other.Wallplug3.zip
dashboard.action.other.WifiOn-Off.zip
dashboard.action.select.Knx-HeaterMode-20_102.zip
dashboard.action.select.KNXHeaterMode20_102.zip
dashboard.action.select.selecteur.zip
dashboard.action.slider.actionsliderspots.zip
dashboard.action.slider.CheckSliderJour.zip
dashboard.action.slider.JaugeCercle.zip
dashboard.action.slider.Knob.zip
dashboard.action.slider.kontrol.zip
dashboard.action.slider.PIXELLight.zip
dashboard.action.slider.PIXELShutter.zip
dashboard.action.slider.PIXELThermostat.zip
dashboard.action.slider.slider_value.zip
dashboard.action.slider.SlidVertical.zip
dashboard.action.slider.telldusLight.zip
dashboard.action.slider.timebutton.zip
dashboard.action.slider.tooltip.zip
dashboard.action.slider.VoletTG_BQ.zip
dashboard.action.slider.VoletTG.zip
dashboard.info.binary.alarme.zip
dashboard.info.binary.AlerteInnondation.zip
dashboard.info.binary.Arret_Marche.zip
dashboard.info.binary.bell.zip
dashboard.info.binary.Bouilloire.zip
dashboard.info.binary.CameraDlinkDCS5222.zip
dashboard.info.binary.Canon_MX920.zip
dashboard.info.binary.ChaudiereGretel.zip
dashboard.info.binary.chauffage.zip
dashboard.info.binary.ChauffeEauIMG.zip
dashboard.info.binary.Circle_Alarm_Sirene.zip
dashboard.info.binary.Circle_Fenetre.zip
dashboard.info.binary.Circle_Lock.zip
dashboard.info.binary.Circle_Lumiere.zip
dashboard.info.binary.Circle_Pompe.zip
dashboard.info.binary.Circle_Porte.zip
dashboard.info.binary.Circle_Power.zip
dashboard.info.binary.Circle_Radiateur.zip
dashboard.info.binary.Circle_Router.zip
dashboard.info.binary.Circle_TV.zip
dashboard.info.binary.Circle_User.zip
dashboard.info.binary.Clapet.zip
dashboard.info.binary.Clim.zip
dashboard.info.binary.ColisIMG.zip
dashboard.info.binary.ConnectedGWATCHR.zip
dashboard.info.binary.ConnectedPhoneIMG.zip
dashboard.info.binary.courrier.zip
dashboard.info.binary.DetectionMouvement.zip
dashboard.info.binary.dio_al1.zip
dashboard.info.binary.Doorbird-D202.zip
dashboard.info.binary.doorIMG.zip
dashboard.info.binary.DuneHDB1.zip
dashboard.info.binary.Eco-devices.zip
dashboard.info.binary.EcoDevice.zip
dashboard.info.binary.Encombrants.zip
dashboard.info.binary.etatAppareils.zip
dashboard.info.binary.etatbaie.zip
dashboard.info.binary.Etat_Porte.zip
dashboard.info.binary.etatspot.zip
dashboard.info.binary.FenetrePoLo.zip
dashboard.info.binary.feu.zip
dashboard.info.binary.fortrezz_al1.zip
dashboard.info.binary.FoscamFI8918.zip
dashboard.info.binary.heatPilote_IO.zip
dashboard.info.binary.Heurescreuses.zip
dashboard.info.binary.HP_Gen8_IMG.zip
dashboard.info.binary.hue_ampoule.zip
dashboard.info.binary.hue_bloom.zip
dashboard.info.binary.hue_Lightstrips.zip
dashboard.info.binary.Hue.zip
dashboard.info.binary.incendie.zip
dashboard.info.binary.Inondation_IMG.zip
dashboard.info.binary.inondation.zip
dashboard.info.binary.Internet_control.zip
dashboard.info.binary.jourNuit.zip
dashboard.info.binary.K8400.zip
dashboard.info.binary.Kello_statut.zip
dashboard.info.binary.Lave_Linge_IMG.zip
dashboard.info.binary.Lave_Vaisselle_IMG.zip
dashboard.info.binary.lenovoNAS.zip
dashboard.info.binary.manuel.zip
dashboard.info.binary.MCZStar2_0.zip
dashboard.info.binary.MediaImg.zip
dashboard.info.binary.MicroOndes.zip
dashboard.info.binary.NAS-DNS-135.zip
dashboard.info.binary.NAS-DUO-V2.zip
dashboard.info.binary.NAS_ONOFF.zip
dashboard.info.binary.Nest_themostat_V1.zip
dashboard.info.binary.NetgearWN.zip
dashboard.info.binary.NetRelay.zip
dashboard.info.binary.NiveauDeauBassin.zip
dashboard.info.binary.Nutbluetoothtracker.zip
dashboard.info.binary.Oeil_fibaro.zip
dashboard.info.binary.OnePlus3.zip
dashboard.info.binary.OrviboAllone.zip
dashboard.info.binary.PC_Connected_IMG.zip
dashboard.info.binary.pingMedia_DB.zip
dashboard.info.binary.PIXELFireCheck.zip
dashboard.info.binary.PIXELFire.zip
dashboard.info.binary.PIXELSmoke.zip
dashboard.info.binary.PIXELWaterLeakKitchen.zip
dashboard.info.binary.pluie.zip
dashboard.info.binary.Portail_Coulissant.zip
dashboard.info.binary.porte_garage.zip
dashboard.info.binary.Poubellejaune.zip
dashboard.info.binary.PoubelleMarron.zip
dashboard.info.binary.poubelleverte.zip
dashboard.info.binary.Presence_Animal.zip
dashboard.info.binary.presence_fille.zip
dashboard.info.binary.presence_garcon.zip
dashboard.info.binary.Presence_Thyer_mini.zip
dashboard.info.binary.Presence_Thyer.zip
dashboard.info.binary.Print_Connected_IMG.zip
dashboard.info.binary.PS4.zip
dashboard.info.binary.pumpIMG.zip
dashboard.info.binary.Radio.zip
dashboard.info.binary.RikaRevo.zip
dashboard.info.binary.Robomow_white.zip
dashboard.info.binary.seb_free_player.zip
dashboard.info.binary.seb_pc.zip
dashboard.info.binary.seb_poubelle_menagere.zip
dashboard.info.binary.seb_poubelle_selectif.zip
dashboard.info.binary.seb_poubelle_vert.zip
dashboard.info.binary.seb_ps4.zip
dashboard.info.binary.seb_tv.zip
dashboard.info.binary.Securite_Contact.zip
dashboard.info.binary.sinocam.zip
dashboard.info.binary.SireneAtlantic.zip
dashboard.info.binary.sirenZM.zip
dashboard.info.binary.SmokeSensorIMG.zip
dashboard.info.binary.Statutintrusion.zip
dashboard.info.binary.TabletteAsus8.zip
dashboard.info.binary.TarifEDF.zip
dashboard.info.binary.telecommande_meian.zip
dashboard.info.binary.TV-Viera.zip
dashboard.info.binary.VigilanceJaune.zip
dashboard.info.binary.VigilanceOrange.zip
dashboard.info.binary.VMC-Rotate.zip
dashboard.info.binary.voiture.zip
dashboard.info.numeric.AirFlowLeftHot.zip
dashboard.info.numeric.Anemometre.zip
dashboard.info.numeric.AntiSabotageMini.zip
dashboard.info.numeric.Arret_Marche_Defaut.zip
dashboard.info.numeric.AtoutPOPP.zip
dashboard.info.numeric.AtoutSmoke.zip
dashboard.info.numeric.AtoutSonoff.zip
dashboard.info.numeric.badge-chiffre.zip
dashboard.info.numeric.badge-Multiprise.zip
dashboard.info.numeric.barometreIMG.zip
dashboard.info.numeric.barometre.zip
dashboard.info.numeric.Batterieelectrique.zip
dashboard.info.numeric.batterieFun.zip
dashboard.info.numeric.battIMG.zip
dashboard.info.numeric.BizZ62_Battery.zip
dashboard.info.numeric.BlueCircle.zip
dashboard.info.numeric.Circle_Badge.zip
dashboard.info.numeric.CircleBattery.zip
dashboard.info.numeric.Circle_Guage.zip
dashboard.info.numeric.Circle_Time.zip
dashboard.info.numeric.CompteurEDF.zip
dashboard.info.numeric.connected.zip
dashboard.info.numeric.ContadorGasNatural.zip
dashboard.info.numeric.CoreLikeBattery.zip
dashboard.info.numeric.countdown.zip
dashboard.info.numeric.DanfossIMG.zip
dashboard.info.numeric.decomptesimplifie.zip
dashboard.info.numeric.decompte.zip
dashboard.info.numeric.DesignTemperature.zip
dashboard.info.numeric.DeviceBattery.zip
dashboard.info.numeric.DirectionVent.zip
dashboard.info.numeric.Duree_Seconde_Lisible.zip
dashboard.info.numeric.eebud-Infonuerique-SolideGaugepastotalementronde-Highcharts.zip
dashboard.info.numeric.eeBud-InfonumeriquelineaireHorizontal-Highchartscentre.zip
dashboard.info.numeric.eeBud-InfonumeriquelineaireHorizontal-Highcharts.zip
dashboard.info.numeric.eeBud-Infonumerique-SolideGaugeRonde-Highcharts.zip
dashboard.info.numeric.EeDomus_Battery.zip
dashboard.info.numeric.EtatPalazzetti.zip
dashboard.info.numeric.FAN-Extraction.zip
dashboard.info.numeric.FAN-Pulsion.zip
dashboard.info.numeric.FilPilote6Ordres.zip
dashboard.info.numeric.FlatDesign.zip
dashboard.info.numeric.gauge.zip
dashboard.info.numeric.histo.zip
dashboard.info.numeric.HS-Batterie.zip
dashboard.info.numeric.htpc_al1.zip
dashboard.info.numeric.HTTPStatusCode.zip
dashboard.info.numeric.Humidite_Digital_Variable-PoLo.zip
dashboard.info.numeric.hydrometreIMG.zip
dashboard.info.numeric.Img-6filspilote_al1.zip
dashboard.info.numeric.JaugeCercle.zip
dashboard.info.numeric.luminositeIMG.zip
dashboard.info.numeric.MaL_State_Dash.zip
dashboard.info.numeric.Nest_consigne_V1.zip
dashboard.info.numeric.Niveau_Pellet.zip
dashboard.info.numeric.pc_al1.zip
dashboard.info.numeric.PIXELBatterie.zip
dashboard.info.numeric.PIXELTemperature.zip
dashboard.info.numeric.PointsCardinaux.zip
dashboard.info.numeric.Portail.zip
dashboard.info.numeric.presence.zip
dashboard.info.numeric.progressbarTransparency.zip
dashboard.info.numeric.ps4_al1.zip
dashboard.info.numeric.Puissance.zip
dashboard.info.numeric.qubino-pilote.zip
dashboard.info.numeric.Qubino.zip
dashboard.info.numeric.radiateur6ordres.zip
dashboard.info.numeric.Rfid_HomeAway.zip
dashboard.info.numeric.RJ45_Thyer.zip
dashboard.info.numeric.RoseDesVents.zip
dashboard.info.numeric.Round.zip
dashboard.info.numeric.seb_batterie.zip
dashboard.info.numeric.SensorState.zip
dashboard.info.numeric.Shutter_and_Window.zip
dashboard.info.numeric.SignalGSM.zip
dashboard.info.numeric.Simple_Horloge_Digital-PoLo.zip
dashboard.info.numeric.Sky-colorTuile.zip
dashboard.info.numeric.Sky-presence.zip
dashboard.info.numeric.Sky-progressBar.zip
dashboard.info.numeric.Sky-tile.zip
dashboard.info.numeric.SNMP_disk_space.zip
dashboard.info.numeric.SNMP_fan.zip
dashboard.info.numeric.SNMP_firmware_status.zip
dashboard.info.numeric.Store_2_IMG.zip
dashboard.info.numeric.StoreExt.zip
dashboard.info.numeric.store.zip
dashboard.info.numeric.telldusDoorLock.zip
dashboard.info.numeric.telldusLight.zip
dashboard.info.numeric.tempIMG.zip
dashboard.info.numeric.theNestWindow_numeric.zip
dashboard.info.numeric.Thermometre_Digital_Variable-PoLo.zip
dashboard.info.numeric.Thermometreflat.zip
dashboard.info.numeric.thermometreIMG.zip
dashboard.info.numeric.ThermometreMini.zip
dashboard.info.numeric.thermometre.zip
dashboard.info.numeric.UptimeLisible.zip
dashboard.info.numeric.Velux.zip
dashboard.info.numeric.VentiloDroite.zip
dashboard.info.numeric.VentiloGauche.zip
dashboard.info.numeric.Vesta_tile.zip
dashboard.info.numeric.vibration.zip
dashboard.info.numeric.VMCcuisine.zip
dashboard.info.numeric.VoletRollant_4Nvx_N.zip
dashboard.info.numeric.vuMeter.zip
dashboard.info.numeric.Wind_Direction.zip
dashboard.info.string.AffichageRemora.zip
dashboard.info.string.alarm-clock.zip
dashboard.info.string.Allergenes.zip
dashboard.info.string.Bal.zip
dashboard.info.string.BlocdeTexte.zip
dashboard.info.string.creuse_pleine.zip
dashboard.info.string.Horloge.zip
dashboard.info.string.label_filpilote_al1.zip
dashboard.info.string.maps.zip
dashboard.info.string.REMORA-Fils-Pilote.zip
dashboard.info.string.Season.zip
dashboard.info.string.Sky-url.zip
dashboard.info.string.SNMP_uptime.zip
dashboard.info.string.thermostat_netatmo.zip
dashboard.info.string.tile_mode.zip
dashboard.info.string.time.zip
dashboard.info.string.TXA230_Tarif_en_cours.zip
dashboard.info.string.uptime.zip
dashboard.info.string.VigilanceMeteoFrance.zip
dashboard.info.string.WeatherBG.zip
mobile.action.other.AlarmCarreLock.zip
mobile.action.other.Arrosage_juju.zip
mobile.action.other.Cam_IP.zip
mobile.action.other.Consoles_IMG.zip
mobile.action.other.garageCommand.zip
mobile.action.other.GarageDoor_BarrierOperatorBasic.zip
mobile.action.other.LampePosee.zip
mobile.action.other.LightIMG3.zip
mobile.action.other.lightIMG.zip
mobile.action.other.lightKNX_Mobile.zip
mobile.action.other.Multiprise.zip
mobile.action.other.Nespresso.zip
mobile.action.other.pumpIMG.zip
mobile.action.other.seb_PortailEntree.zip
mobile.action.other.seb_PortailGarage.zip
mobile.action.other.secheserviettes.zip
mobile.action.other.Spot.zip
mobile.action.other.telldusLight.zip
mobile.action.other.travailConge.zip
mobile.action.other.Veilleuse.zip
mobile.action.other.Volets_Commande.zip
mobile.action.other.Wallplug3.zip
mobile.action.select.Knx-HeaterMode-20_102.zip
mobile.action.slider.CheckSliderJour.zip
mobile.action.slider.curseur.zip
mobile.action.slider.kontrol.zip
mobile.action.slider.telldusLight.zip
mobile.action.slider.timebutton.zip
mobile.action.slider.VoletTG.zip
mobile.info.binary.AlerteInnondation.zip
mobile.info.binary.CameraDlinkDCS5222.zip
mobile.info.binary.chauffage.zip
mobile.info.binary.Clim.zip
mobile.info.binary.ColisIMG.zip
mobile.info.binary.CourrierIMG.zip
mobile.info.binary.Doorbird-D202.zip
mobile.info.binary.Eco-devices.zip
mobile.info.binary.EcoDevice.zip
mobile.info.binary.Fenetre_IMG.zip
mobile.info.binary.feu.zip
mobile.info.binary.heating.zip
mobile.info.binary.heatPilote_IO.zip
mobile.info.binary.Hue.zip
mobile.info.binary.Inondation_IMG.zip
mobile.info.binary.inondation.zip
mobile.info.binary.jourNuit.zip
mobile.info.binary.Kello_statut.zip
mobile.info.binary.Lave_Vaisselle_IMG.zip
mobile.info.binary.lenovoNAS.zip
mobile.info.binary.manuel.zip
mobile.info.binary.NetgearWN.zip
mobile.info.binary.NetRelay.zip
mobile.info.binary.Pompe_IMG.zip
mobile.info.binary.porte_garage.zip
mobile.info.binary.Print_Connected_IMG.zip
mobile.info.binary.pumpIMG.zip
mobile.info.binary.Radio.zip
mobile.info.binary.sinocam.zip
mobile.info.binary.SireneAtlantic.zip
mobile.info.binary.sirenZM.zip
mobile.info.binary.SmokeSensorIMG.zip
mobile.info.binary.StoreIMG.zip
mobile.info.binary.TabletteAsus8.zip
mobile.info.binary.telecommande_meian.zip
mobile.info.numeric.Anemometre.zip
mobile.info.numeric.badge-chiffre.zip
mobile.info.numeric.battIMG.zip
mobile.info.numeric.connected.zip
mobile.info.numeric.countdown.zip
mobile.info.numeric.dashboard_info_numeric_ThermometreHD.zip
mobile.info.numeric.decomptesimplifie.zip
mobile.info.numeric.decompte.zip
mobile.info.numeric.Duree_Seconde_Lisible.zip
mobile.info.numeric.FilPilote6Ordres.zip
mobile.info.numeric.gauge.zip
mobile.info.numeric.Multiprise-badge.zip
mobile.info.numeric.Puissance.zip
mobile.info.numeric.Qubino.zip
mobile.info.numeric.RoseDesVents.zip
mobile.info.numeric.Shutter_and_Window.zip
mobile.info.numeric.Sky-colorTuile.zip
mobile.info.numeric.Store_2_IMG.zip
mobile.info.numeric.store.zip
mobile.info.numeric.telldusLight.zip
mobile.info.numeric.tempIMG.zip
mobile.info.numeric.ThermometreMini.zip
mobile.info.numeric.UptimeLisible.zip
mobile.info.numeric.vibration.zip
mobile.info.numeric.vuMeter.zip
mobile.info.string.AffichageRemora.zip
mobile.info.string.REMORA-Fils-Pilote.zip
mobile.info.string.Season.zip
mobile.info.string.tile_mode.zip
mobile.info.string.time.zip
mobile.info.string.uptime.zip

Je vais pas vous demander de tout vérifier mais si certain dans la liste vous paraissent bon (alors qu’il ne devrait pas) je veux bien le savoir sinon je passerais tout ces widgets en obselete.

1 « J'aime »

La liste est longue.
Je n’ai pas vue un des miens

Bonsoir,
Je relance le sujet. Pour savoir s’il est toujours d’actualité de mettre les widgets en obsolète ?

J’avais oublié, le ménage vient d’etre fait.

merci
moins de demande sur le forum je pense

Bonjour, certains cherchent un widget qui fait justement partie de cette liste.
https://www.jeedom.com/forum/viewtopic.php?p=685808#p685808
Est-ce qu’il y a un endroit où on peut récupérer les sources pour le mettre à jour ?

Bonjour,
non plus maintenant que la suppression est faite.

Ok merci ! (mais dommage :p)

C’est le mien,
J’ai jamais réussi à trouver comment le mettre à jour (et j’ai vraiment du mal à dégager du temps de libre ces derniers mois pour m’y mettre).

Du coup, le ménage permet d’uploader la nouvelle version.

@romanais, je t’ai répondu sur le forum officiel. Tu peux uploader la version corriger sans problème.

Bonjour @Loic

dommage que la suppression a supprimer des widget conforme a V3.

2 de mes widgets était ok V3 est on ete supprimé ! en plus il comprenne bien "jeedom.cmd "

si je les republie seront ils supprimé a nouveau ?

Cordialement

Bonjour,
Désolé pour la supression surtout si yavait bien jeedom.cmd dedans… J’étais pas sur de mon script d’où le faite que j’ai vraiment attendu avant de le faire vraiment désolé pour toi… Tu peux republier il n’y aura pas de supression

merci @Loic pour le retour pas de souci (celui qui ne fait rien ne fait pas d’erreur :grinning: )
question complémentaire il se passe quoi pour ceux qui avaient déjà installé les widgets en question ? si jamais je fait des mise a jour ? ils les verront ? ou il faut qu’il les réinstallent ?

Si tu changes pas le nom normalement il le verront

merci du retour un dimanche !