Add smart data model SolarTracker#279
Conversation
albertoabellagarcia
left a comment
There was a problem hiding this comment.
Please make the changes in the comments
There was a problem hiding this comment.
It would be necessary where this data model is being used
| "on", | ||
| "off" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'on','off'. Indicates whether the solar tracker is in backtracking mode to prevent row-to-row shadowing, deviating from the optimal sun-angle position." |
There was a problem hiding this comment.
missing end ' in Model clause
| "FCU", | ||
| "SCU" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'PCU','FCU','SCU'. Specifies the classification of the device within the system." |
There was a problem hiding this comment.
missing ending ' in Model clause
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'on','off'. Indicates whether the solar tracker is in backtracking mode to prevent row-to-row shadowing, deviating from the optimal sun-angle position." | ||
| }, | ||
| "batteryLevel": { |
There was a problem hiding this comment.
Percentages by default is between 0 and 1 (with decimals)
| "Online", | ||
| "Offline" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'Online','Offline'. Indicates the current operational connectivity status of the device." |
There was a problem hiding this comment.
missing ending ' in Model
| "1", | ||
| "-1" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'-1','1'. Defines the physical mounting orientation of the motor, which determines the polarity of the rotation (Eastward-facing = 1; Westward-facing = -1)." |
There was a problem hiding this comment.
missing ending ' in Model
| "1", | ||
| "-1" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'-1','1'. Specifies the physical orientation of the control board based on the position of the emergency stop button (Eastward-facing = 1; Westward-facing = -1)." |
There was a problem hiding this comment.
missing ending ' in Model
| "10", | ||
| "15" | ||
| ], | ||
| "description": "Property. Model:'https://schema.org/Text. Enum:'5','10','15'. Defines the time frequency at which the panel adjusts its position. The value must be one of the predefined intervals: 5, 10, or 15 minutes." |
There was a problem hiding this comment.
missing ending ' in Model
There was a problem hiding this comment.
This file is not validated by the schema
Added missing quotes in various lines
No description provided.