AddPropertyDefinitions Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
AddPropertyDefinitions Not Working
I am trying to utilize the AddPropertyDefinitions function to add multiple properties to a thing. However I am unsuccessful. I am able to individually add a property by using AddPropertyDefinition, however when I try and using AddPropertyDefinitions the properties are not added. Is this a bug with the function or is there something wrong in my code. I have attached an exported file of the Thing/Service for reference.
Using TWX 9.1
Solved! Go to Solution.
- Labels:
-
Coding
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
Firstly I think you should use name "baseType" instead of "type" when specifying property type
Secondly there is a missing semicolon after "let turnedOn = {...}"
Could you please try again after making above adjustment in your service see how it goes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
Firstly I think you should use name "baseType" instead of "type" when specifying property type
Secondly there is a missing semicolon after "let turnedOn = {...}"
Could you please try again after making above adjustment in your service see how it goes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Tony, Changing type to baseType fixed the issue. Good catch.
