@@ -1816,21 +1816,21 @@ tests:
1816
1816
arguments :
1817
1817
value : 2950
1818
1818
1819
- - label : " Step 13 : Sets OccupiedCoolingSetpoint to default value"
1819
+ - label : " Step 13a : Sets OccupiedCoolingSetpoint to default value"
1820
1820
command : " writeAttribute"
1821
1821
attribute : " OccupiedCoolingSetpoint"
1822
1822
PICS : TSTAT.S.F01
1823
1823
arguments :
1824
1824
value : 2600
1825
1825
1826
- - label : " Step 13 : Sets OccupiedHeatingSetpoint to default value"
1826
+ - label : " Step 13a : Sets OccupiedHeatingSetpoint to default value"
1827
1827
command : " writeAttribute"
1828
1828
attribute : " OccupiedHeatingSetpoint"
1829
1829
PICS : TSTAT.S.F00
1830
1830
arguments :
1831
1831
value : 2000
1832
1832
1833
- - label : " Step 13 : Sends SetpointRaise Command Heat Only"
1833
+ - label : " Step 13a : Sends SetpointRaise Command Heat Only"
1834
1834
PICS : TSTAT.S.F00
1835
1835
command : " SetpointRaiseLower"
1836
1836
arguments :
@@ -1841,14 +1841,26 @@ tests:
1841
1841
value : -30
1842
1842
1843
1843
- label :
1844
- " Step 13 : Test Harness Reads back OccupiedHeatingSetpoint to confirm
1844
+ " Step 13a : Test Harness Reads back OccupiedHeatingSetpoint to confirm
1845
1845
the success of the write"
1846
1846
command : " readAttribute"
1847
1847
attribute : " OccupiedHeatingSetpoint"
1848
1848
PICS : TSTAT.S.F00
1849
1849
response :
1850
1850
value : 1700
1851
1851
1852
+ - label : " Step 13b: Sends SetpointRaise Command Heat Only without Heat feature"
1853
+ PICS : TSTAT.S.C00.Rsp && !TSTAT.S.F00
1854
+ command : " SetpointRaiseLower"
1855
+ arguments :
1856
+ values :
1857
+ - name : " Mode"
1858
+ value : 0
1859
+ - name : " Amount"
1860
+ value : -30
1861
+ response :
1862
+ error : INVALID_COMMAND
1863
+
1852
1864
- label : " Step 14: Sets OccupiedHeatingSetpoint to default value"
1853
1865
command : " writeAttribute"
1854
1866
attribute : " OccupiedHeatingSetpoint"
@@ -1875,7 +1887,7 @@ tests:
1875
1887
response :
1876
1888
value : 2300
1877
1889
1878
- - label : " Step 15 : Test Harness Sends SetpointRaise Command Cool Only"
1890
+ - label : " Step 15a : Test Harness Sends SetpointRaise Command Cool Only"
1879
1891
PICS : TSTAT.S.F01
1880
1892
command : " SetpointRaiseLower"
1881
1893
arguments :
@@ -1886,14 +1898,26 @@ tests:
1886
1898
value : -30
1887
1899
1888
1900
- label :
1889
- " Step 15 : Test Harness Reads back OccupiedCoolingSetpoint to confirm
1901
+ " Step 15a : Test Harness Reads back OccupiedCoolingSetpoint to confirm
1890
1902
the success of the write"
1891
1903
command : " readAttribute"
1892
1904
attribute : " OccupiedCoolingSetpoint"
1893
1905
PICS : TSTAT.S.F01
1894
1906
response :
1895
1907
value : 2300
1896
1908
1909
+ - label : " Step 15b: Sends SetpointRaise Command Cool Only without Cool feature"
1910
+ PICS : TSTAT.S.C00.Rsp && !TSTAT.S.F01
1911
+ command : " SetpointRaiseLower"
1912
+ arguments :
1913
+ values :
1914
+ - name : " Mode"
1915
+ value : 1
1916
+ - name : " Amount"
1917
+ value : -30
1918
+ response :
1919
+ error : INVALID_COMMAND
1920
+
1897
1921
- label : " Step 16: Sets OccupiedCoolingSetpoint to default value"
1898
1922
command : " writeAttribute"
1899
1923
attribute : " OccupiedCoolingSetpoint"
0 commit comments