PLCHome / velux-klf200-api

Provide node to Veluxl® KLF-200 io-homecontrol® Gateway API
42 stars 7 forks source link

ReadMe Issue: functionalParameterMPValue #4

Closed StefanHaring closed 5 years ago

StefanHaring commented 5 years ago

Hi,

there is a short mistake in the sample code: "functionalParameterMPValue: {valueType:'RELATIVE', value:100)," should be changed to "functionalParameterMP: {valueType:'RELATIVE', value:100},"

Best regards, Stefan

PLCHome commented 5 years ago

Yes correct is: functionalParameterMP: {valueType:'RELATIVE', value:100), / functionalParameterMP: 100, /

StefanHaring commented 5 years ago

One small additional thing: ")" after 100 also has to be changed to "}".