Revision 5fa23c39

b/commissioning/specs/fscrud.py
80 80

  
81 81
        return Serial
82 82

  
83
    def update  (
83
    def read    (
84 84
            self,
85 85
            context     =   Context,
86 86
            path        =   Path,
87 87
            dataspec    =   DataSpec
88 88
        ):
89 89

  
90
        return Serial
90
        return DataSpec
91 91

  
92
    def read    (
92
    def update  (
93 93
            self,
94 94
            context     =   Context,
95 95
            path        =   Path,
96 96
            dataspec    =   DataSpec
97 97
        ):
98 98

  
99
        return DataSpec
99
        return Serial
100 100

  
101 101
    def delete  (
102 102
            self,

Also available in: Unified diff