18.06.2022, 07:21
Code:
$(function(){
if (window.grp) {
grp.listen('62/7/0', function(object) {
$('body').toggleClass('generator-off', object.value == false);
});
}
});
Code:
body.generator-off .generator-status.item-value,
body.generator-off .generator-status .value {
color: transparent;
}
body.generator-off .generator-status.item-value:before,
body.generator-off .generator-status .value:before {
color: #333;
content: '##';
}
and this is what I got:
Best Regards,