Search found 1 match

by mehdiakrim
Thursday 07 September 2017 16:39
Forum: LUA
Topic: Blinds percentage value Update
Replies: 1
Views: 1667

Blinds percentage value Update

Hello

I use this lua Script to controle blinds, I take the blinds bercentage value from dashboard and send it to my IPX800 via API.

commandArray = {}
val= tonumber((otherdevices_svalues['Volet Salon TV']));
val1=101-val
if (devicechanged['Volet Salon TV'])
then
--then val= tonumber ...