Search found 6 matches

by mhodom
Wednesday 03 June 2020 8:20
Forum: Third party and supplementary tools
Topic: Galaxy Watch Application R4D domoticz
Replies: 6
Views: 4595

Re: Galaxy Watch Application R4D domoticz

Yes, only for tizen samsung devices
by mhodom
Sunday 15 September 2019 14:32
Forum: Third party and supplementary tools
Topic: Galaxy Watch Application R4D domoticz
Replies: 6
Views: 4595

Re: Galaxy Watch Application R4D domoticz

Update coming (under samsung validation),
V1.3.1: add SetPoint/Thermostat
V1.3 :widget and blinds selector :D
Ideas, improvements, let me know.
by mhodom
Tuesday 21 May 2019 15:55
Forum: Third party and supplementary tools
Topic: Galaxy Watch Application R4D domoticz
Replies: 6
Views: 4595

Galaxy Watch Application R4D domoticz

Just to inform for a new galaxy watch application, very useful, blind, dim, switch on-off, groups/scenes, selectors etc.. Of course the list is dynamic , when you switch on/off |open/close etc.. when the device change state you don't have to refresh the list, you will have the right information ...
by mhodom
Saturday 15 July 2017 20:51
Forum: Dashticz
Topic: Dashticz - Custom scripts
Replies: 6
Views: 2428

function getBlock_233(device,idx)

Hello everybody, Is there a way to define a selector, i have a dummy device(heater) with 5 levels, i saw the possibility to switch: $('.block_'+idx).attr('onclick','switchDevice(this)'); but how to keep my selector using the function getBlock() or how to have to icons (on,off) without getblock ...
by mhodom
Tuesday 11 July 2017 21:36
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 554106

Re: change css through getStatus_idx

Thanks, it's working,
what is the method 'parsefloat'?
by mhodom
Tuesday 11 July 2017 16:07
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 554106

change css through getStatus_idx

Hello everybody, i try to change my css through this command: function getStatus_37(idx,value,device){ if(parseFloat(device['Data']) == 'Normal'){ $('div.block_37').addClass('warning'); } else { $('div.block_37').removeClass('warning'); } } i add in custom.css: .warning { background: rgba(199,44,44 ...