We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962842 commit acb624fCopy full SHA for acb624f
2 files changed
src/docHaystack/doc/ChangeLog.fandoc
@@ -6,6 +6,8 @@
6
** license: Licensed under the Academic Free License version 3.0
7
**************************************************************************
8
9
+**Version 3.9.16 (working)**
10
+
11
**Version 3.9.15 (25 Oct 2024)**
12
- Rework of EVSE design from WG
13
- #1109: rework elec phase modeling to use new suite of tags
src/docHaystack/doc/Filters.fandoc
@@ -35,6 +35,7 @@ encoding (with a couple of exceptions noted below).
35
36
You can combine filters using 'and', 'or', or 'not':
37
38
+ not point // missing the point tag
39
site or equip // has site or equip tag
40
equip and hvac // has equip and hvac tag
41
equip and not ahu // has equip tag, but not the ahu tag
0 commit comments