mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-11-04 04:28:01 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		@@ -602,6 +602,7 @@ namespace OpenWifi::ProvObjects {
 | 
			
		||||
        field_to_json( Obj, "devClass",devClass);
 | 
			
		||||
        field_to_json( Obj, "locale",locale);
 | 
			
		||||
        field_to_json( Obj, "realMacAddress",realMacAddress);
 | 
			
		||||
        field_to_json( Obj, "doNotAllowOverrides",doNotAllowOverrides);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    bool InventoryTag::from_json(const Poco::JSON::Object::Ptr &Obj) {
 | 
			
		||||
@@ -623,6 +624,7 @@ namespace OpenWifi::ProvObjects {
 | 
			
		||||
            field_from_json( Obj,"devClass",devClass);
 | 
			
		||||
            field_from_json( Obj,"locale",locale);
 | 
			
		||||
            field_from_json( Obj,"realMacAddress",realMacAddress);
 | 
			
		||||
            field_from_json( Obj, "doNotAllowOverrides",doNotAllowOverrides);
 | 
			
		||||
            return true;
 | 
			
		||||
        } catch(...) {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user