We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d168387 commit 3f974edCopy full SHA for 3f974ed
TODO.md
@@ -0,0 +1,10 @@
1
+# TODO List
2
+
3
+Add utility methods
4
5
+* [ ] New-MetasysObject -LocalUniqueIdentifier -ParentId -ObjectType [-Properties @{ }]
6
+* [ ] Find-MetasysObject -ObjectType [-Count X] [-DeviceId X] [-Name {regex}] [-Depth xxx]
7
+* [ ] Send-MetasysCommand -ObjectId -CommandId -Parameters -Annotation -Priority
8
+* [ ] Read-MetasysObject -ObjectId [-ViewId]
9
+* [ ] Read-MetasysAttribute -ObjectId -AttributeId [-RawValue] // Raw value will just display the value, no JSON, no condition, etc.
10
0 commit comments