Closed migte closed 4 years ago
Using this, you can now change the name of a device.
(I ended up using "newAlias" as the variable to help distinguish it from the "alias" right before)
Let me know if there is anything wrong. Thanks!
thanks!
Sidenote, I chose alias as name of var, so it could be use in the object. like { alias: alias } is the same as { alias }. I think it's fine either way, just a cool trick.
alias
{ alias: alias }
{ alias }
Using this, you can now change the name of a device.
(I ended up using "newAlias" as the variable to help distinguish it from the "alias" right before)
Let me know if there is anything wrong. Thanks!