Bonjour,
J’ai constaté qu’il manquait les webhooks du shelly 1PM alors qu’ils sont présents sur le shelly 1.
J’ai ajouté la condition shelly1pm en ligne 127 du fichier shelly.js et tout fonctionne pour moi.
if ($('#typefield').value() == 'shelly1' || **$('#typefield').value() == 'shelly1pm' ||** $('#typefield').value() == 'shelly2' || $('#typefield').value() == 'shelly25' || $('#typefield').value() == 'shelly4pro' || $('#typefield').value() == 'shellyuni') {
