ioBroker/ioBroker.simple-api

create states if not exist

Closed this issue · 1 comments

It would be good if with an option --force the state would be created if under useradata_0.
So more flexible data transfers would be possible.

http://ipaddress:8087/set/javascript.0.test?value=test?type=string
or
http://ipaddress:8087/set/0_userdata.test?value=1?type=number

with best regards
Chris

I'm not sure if we shpuld do this, because this would potentially also create states by just doing errornous requests or such ...