Search found 6 matches
- Wednesday 03 June 2020 8:20
- Forum: Third party and supplementary tools
- Topic: Galaxy Watch Application R4D domoticz
- Replies: 6
- Views: 5772
Re: Galaxy Watch Application R4D domoticz
Yes, only for tizen samsung devices
- Sunday 15 September 2019 14:32
- Forum: Third party and supplementary tools
- Topic: Galaxy Watch Application R4D domoticz
- Replies: 6
- Views: 5772
Re: Galaxy Watch Application R4D domoticz
Update coming (under samsung validation),
V1.3.1: add SetPoint/Thermostat
V1.3 :widget and blinds selector
Ideas, improvements, let me know.
V1.3.1: add SetPoint/Thermostat
V1.3 :widget and blinds selector
Ideas, improvements, let me know.
- Tuesday 21 May 2019 15:55
- Forum: Third party and supplementary tools
- Topic: Galaxy Watch Application R4D domoticz
- Replies: 6
- Views: 5772
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 ...
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 ...
- Saturday 15 July 2017 20:51
- Forum: Dashticz
- Topic: Dashticz - Custom scripts
- Replies: 6
- Views: 2541
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 ...
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 ...
- Tuesday 11 July 2017 21:36
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 601932
Re: change css through getStatus_idx
Thanks, it's working,
what is the method 'parsefloat'?
what is the method 'parsefloat'?
- Tuesday 11 July 2017 16:07
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 601932
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 ...
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 ...